public class RoboSoundAVAP
extends SoundImpl<org.robovm.apple.avfoundation.AVAudioPlayer>
An implementation of Sound using the AVAudioPlayer. This is used for compressed audio,
especially lengthy music tracks.
-
-
Field Summary
Fields inherited from class playn.core.Sound
state
-
Constructor Summary
Constructors
-
Method Summary
void
succeed(org.robovm.apple.avfoundation.AVAudioPlayer impl)
-
-
Method Details
-
succeed
public void succeed(org.robovm.apple.avfoundation.AVAudioPlayer impl)
- Overrides:
succeed in class SoundImpl<org.robovm.apple.avfoundation.AVAudioPlayer>