Class AudioFileFlags


  • public final class AudioFileFlags
    extends java.lang.Object
    [@enum] AudioFileFlags These are flags that can be used with the CreateURL API call [@constant] kAudioFileFlags_EraseFile If set, then the CreateURL call will erase the contents of an existing file If not set, then the CreateURL call will fail if the file already exists [@constant] kAudioFileFlags_DontPageAlignAudioData Normally, newly created and optimized files will have padding added in order to page align the data to 4KB boundaries. This makes reading the data more efficient. When disk space is a concern, this flag can be set so that the padding will not be added.
    • Method Summary

      • Methods inherited from class java.lang.Object

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