Method: Hallon::ExampleAudioDriver#format

Defined in:
lib/hallon/audio_driver.rb

#formatObject

This method is expected to return the currently set format, which has been previously set by #format=.

The player will only ever call this after previously setting the format through #format=.

It is important that this always returns the same value that was given to #format=!



80
81
82
# File 'lib/hallon/audio_driver.rb', line 80

def format
  @format
end