Method: FMOD::ChannelControl#stop

Defined in:
lib/fmod/channel_control.rb

#stopvoid

This method returns an undefined value.

Stops the channel (or all channels in the channel group) from playing.

Makes it available for re-use by the priority system.



759
760
761
# File 'lib/fmod/channel_control.rb', line 759

def stop
  FMOD.invoke(:ChannelGroup_Stop, self)
end