Class AVAudioPlayerNodeBufferOptions


  • public final class AVAudioPlayerNodeBufferOptions
    extends java.lang.Object
    [@enum] AVAudioPlayerNodeBufferOptions Options controlling buffer scheduling. [@constant] AVAudioPlayerNodeBufferLoops The buffer loops indefinitely. [@constant] AVAudioPlayerNodeBufferInterrupts The buffer interrupts any buffer already playing. [@constant] AVAudioPlayerNodeBufferInterruptsAtLoop The buffer interrupts any buffer already playing, at its loop point. API_AVAILABLE(macos(10.10), ios(8.0), watchos(2.0), tvos(9.0))
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait