Method: Gosu::Song#media_player_ready
- Defined in:
- lib/gosu_android/audio/audio.rb
#media_player_ready ⇒ Object
140 141 142 143 144 145 146 147 |
# File 'lib/gosu_android/audio/audio.rb', line 140 def media_player_ready @player_ready = true #Song should be playing but media player was not ready #so start playing now if @@media_player.start end end |