| Member Name | Description |
|---|
| AppleLossless16BitSourceData | Apple Lossless data, native endian, signed integers, 16 bits. |
| AppleLossless20BitSourceData | Apple Lossless data, native endian, signed integers, 20 bits (24 bit aligned). |
| AppleLossless24BitSourceData | Apple Lossless data, native endian, signed integers, 24 bits. |
| AppleLossless32BitSourceData | Apple Lossless data, native endian, signed integers, 32 bits. |
| FlagsAreAllClear | Use this value to indicate that no flags are set. Use instead of the value zero, as that represents that no flag state is set. |
| IsAlignedHigh | If set, sample bits are on the high bits. |
| IsBigEndian | If this flag is set, the data is encoded in big endian format otherwise it is in little endian. |
| IsFloat | If this flag is set, the data is encoded using floating point values instead of integers. |
| IsNonInterleaved | If set, the data is non-interleaved (monophonic). |
| IsNonMixable | If set, the audio data is non-mixable. |
| IsPacked | Documentation for this section has not yet been entered. |
| IsSignedInteger | If the data encoded using integers (the IsFloat flag is cleared) this determines whether they are signed or unsigned. |
| LinearPCMFlagsAreAllClear | Linear PCM audio format: all flags are set to zero. Use this instead of zero, which means that no flags are configured. |
| LinearPCMIsAlignedHigh | Linear PCM audio format: if set, sample bits are on the high bits. |
| LinearPCMIsBigEndian | Documentation for this section has not yet been entered. |
| LinearPCMIsFloat | Documentation for this section has not yet been entered. |
| LinearPCMIsNonInterleaved | If this flag is set then there are separate AudioToolbox.AudioBuffers for each
channel, otherwise the data for the left and right channels is
interleaved in the same buffer. |
| LinearPCMIsNonMixable | Documentation for this section has not yet been entered. |
| LinearPCMIsPacked | Documentation for this section has not yet been entered. |
| LinearPCMIsSignedInteger | Documentation for this section has not yet been entered. |
| LinearPCMSampleFractionMask | Documentation for this section has not yet been entered. |
| LinearPCMSampleFractionShift | Documentation for this section has not yet been entered. |