Module coreaudio::audio_unit::audio_format::linear_pcm_flags [] [src]

A wrapper around the const LinearPCMFlags.

Structs

LinearPCMFlags

Flags for use within the LinearPCM AudioFormat.

Constants

FLAGS_SAMPLE_FRACTION_MASK

The number of fractional bits.

FLAGS_SAMPLE_FRACTION_SHIFT

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

IS_ALIGNED_HIGH

Synonmyn for the IS_ALIGNED_HIGH StandardFlags.

IS_BIG_ENDIAN

Synonmyn for the IS_BIG_ENDIAN StandardFlags.

IS_FLOAT

Synonmyn for the IS_FLOAT StandardFlags.

IS_NON_INTERLEAVED

Synonmyn for the IS_NON_INTERLEAVED StandardFlags.

IS_NON_MIXABLE

Synonmyn for the IS_NON_MIXABLE StandardFlags.

IS_PACKED

Synonmyn for the IS_PACKED StandardFlags.

IS_SIGNED_INTEGER

Synonmyn for the IS_SIGNED_INTEGER StandardFlags.