Package playn.robovm

Class RoboSoundAVAP

java.lang.Object
playn.core.Sound
playn.core.SoundImpl<org.robovm.apple.avfoundation.AVAudioPlayer>
playn.robovm.RoboSoundAVAP

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.
  • Constructor Details

  • Method Details

    • succeed

      public void succeed(org.robovm.apple.avfoundation.AVAudioPlayer impl)
      Overrides:
      succeed in class SoundImpl<org.robovm.apple.avfoundation.AVAudioPlayer>