Contents

kAudioFormatFlagIsAlignedHigh

A flag that indicates whether placement of the sample bits is with the high or low bits of the channel.

Declaration

var kAudioFormatFlagIsAlignedHigh: AudioFormatFlags { get }

Discussion

Set this flag to indicate placement of the sample bits is with the high bits of the channel. Clear this flag to indicate placement of the sample bits is with the low bits of the channel.

This flag is only valid if kAudioFormatFlagIsPacked is clear.

See Also

Format flags