MonoMac.AudioToolbox.AudioSource Members

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

See Also: Inherited members from MonoMac.AudioToolbox.AudioFile

Public Constructors

Constructor used when creating subclasses
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

abstract
Sizelong. Used to set or get the size of the audio stream.

Public Methods

abstract
Read(long, int, IntPtr, out int) : bool
Callback invoked to read encoded audio data.
abstract
Write(long, int, IntPtr, out int) : bool
Callback used to write audio data into the audio stream.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the AudioSource object.
Initialize(AudioFileType, AudioStreamBasicDescription)
Documentation for this section has not yet been entered.
Open(AudioFileType)
Documentation for this section has not yet been entered.