MonoMac.AudioToolbox.AudioFormatFlags Enumeration
Flags describing the stream in the MonoMac.AudioToolbox.AudioStreamBasicDescription.

Syntax

[System.Flags]
public enum AudioFormatFlags

Remarks

The core set of flags describe properties of the audio stream (integer vs float values, endianess, interleaved) while the other flags are only used if the AudioFormatType is set to either LinearPCM (those are the values prefixed with LinearPCM) or AppleLossles (enumeration values prefixed with AppleLossles).

Members

Member NameDescription
AppleLossless16BitSourceDataDocumentation for this section has not yet been entered.
AppleLossless20BitSourceDataDocumentation for this section has not yet been entered.
AppleLossless24BitSourceDataDocumentation for this section has not yet been entered.
AppleLossless32BitSourceDataDocumentation for this section has not yet been entered.
FlagsAreAllClearDocumentation for this section has not yet been entered.
IsAlignedHighDocumentation for this section has not yet been entered.
IsBigEndianIf this flag is set, the data is encoded in big endian format otherwise it is in little endian.
IsFloatIf this flag is set, the data is encoded using floating point values instead of integers.
IsNonInterleavedDocumentation for this section has not yet been entered.
IsNonMixableDocumentation for this section has not yet been entered.
IsPackedDocumentation for this section has not yet been entered.
IsSignedIntegerIf the data encoded using integers (the IsFloat flag is cleared) this determines whether they are signed or unsigned.
LinearPCMFlagsAreAllClearDocumentation for this section has not yet been entered.
LinearPCMIsAlignedHighDocumentation for this section has not yet been entered.
LinearPCMIsBigEndianDocumentation for this section has not yet been entered.
LinearPCMIsFloatDocumentation for this section has not yet been entered.
LinearPCMIsNonInterleavedIf this flag is set then there are separate MonoMac.AudioToolbox.AudioBuffers for each channel, otherwise the data for the left and right channels is interleaved in the same buffer.
LinearPCMIsNonMixableDocumentation for this section has not yet been entered.
LinearPCMIsPackedDocumentation for this section has not yet been entered.
LinearPCMIsSignedIntegerDocumentation for this section has not yet been entered.
LinearPCMSampleFractionMaskDocumentation for this section has not yet been entered.
LinearPCMSampleFractionShiftDocumentation for this section has not yet been entered.

Requirements

Namespace: MonoMac.AudioToolbox
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0