Contents

kLinearPCMFormatFlagsSampleFractionShift

A flag that indicates the bit position of the PCM flag’s 6-bit bitfield.

Declaration

var kLinearPCMFormatFlagsSampleFractionShift: AudioFormatFlags { get }

Discussion

The linear PCM flags contain a 6-bit bitfield that indicates to interpret an integer format as fixed point. The value indicates the number of bits used to represent the fractional portion of each sample value. This constant indicates the bit position (counting from the right) of the bitfield in mFormatFlags.

See Also

Format flags