coreaudio::audio_unit::audio_format::linear_pcm_flags::FLAGS_SAMPLE_FRACTION_SHIFT []

pub const FLAGS_SAMPLE_FRACTION_SHIFT: LinearPCMFlags = LinearPCMFlags{bits: 7,}

The linear PCM flags contain a 6-bit bitfield indicating that an integer format is to be interpreted as fixed point.

The value indicates the number of bits are 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 field.

TODO: Review whether or not this flag indicates that we need to treat LinearPCM format uniquely in some way.

Available in OS X v10.6 and later.