MonoMac.AudioToolbox.AudioBuffer Members

The members of MonoMac.AudioToolbox.AudioBuffer are listed below.

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.

Public Methods

override
ToString() : string
Debugging method that display information about the AudioBuffer.