Method: FMOD::ChannelControl::ChannelDelay#end

Defined in:
lib/fmod/channel_control.rb

#endInteger

The DSP clock of the parent channel group to audibly stop playing sound at.

Returns:

  • (Integer)

    the current value of end



179
180
181
# File 'lib/fmod/channel_control.rb', line 179

def end
  @end
end