Method: FMOD::Core::LoopPoints#start

Defined in:
lib/fmod/core/structures.rb

#startInteger

The loop start point, this point in time is played so it is inclusive.

Returns:

  • (Integer)

    the current value of start



20
21
22
# File 'lib/fmod/core/structures.rb', line 20

def start
  @start
end