Class AudioFileRegionFlags


  • public final class AudioFileRegionFlags
    extends java.lang.Object
    [@enum] AudioFileRegionFlags These are flags for an AudioFileRegion that specify a playback direction. One or multiple of these flags can be set. For example, if both kAudioFileRegionFlag_LoopEnable and kAudioFileRegionFlag_PlayForward are set, then the region will play as a forward loop. If only kAudioFileRegionFlag_PlayForward is set, then the region will be played forward once. [@constant] kAudioFileRegionFlag_LoopEnable If this flag is set, the region will be looped. One or both of the following must also be set. [@constant] kAudioFileRegionFlag_PlayForward If this flag is set, the region will be played forward. [@constant] kAudioFileRegionFlag_PlayBackward If this flag is set, the region will be played backward.
    • Method Summary

      • Methods inherited from class java.lang.Object

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