MonoMac.AudioToolbox.AudioBuffer: Field Members

The fields of MonoMac.AudioToolbox.AudioBuffer are listed below. For a list of all members, see the AudioBuffer Members list.

See Also: Inherited members from System.ValueType

Public Fields

DataIntPtr. Pointer to the raw audio data.
DataByteSizeint. The size of the buffer pointed to by MonoMac.AudioBuffer.Data.
NumberChannelsint. The number of channels in the audio buffer. One for monophonic, non-interleaved data or two for stereo, interleaved data.