The members of MonoMac.AudioToolbox.AudioFile are listed below.
See Also: Inherited members from System.Object
| [read-only] | AlbumArtwork | MonoMac.Foundation.NSData. Documentation for this section has not yet been entered. |
| [read-only] | AudioFormats | AudioFormat[]. Returns a list of the supported audio formats. |
| [read-only] | BitRate | int. Audio file bit rate. |
| [read-only] | ChannelLayout | AudioChannelLayout. Documentation for this section has not yet been entered. |
| [read-only] | DataOffset | long. Documentation for this section has not yet been entered. |
| [read-only] | DataPacketCount | long. Documentation for this section has not yet been entered. |
| DeferSizeUpdates | bool. Documentation for this section has not yet been entered. | |
| [read-only] | EstimatedDuration | double. Documentation for this section has not yet been entered. |
| [read-only] | FileType | AudioFileType. Audio file type. |
| [read-only] | Handle | IntPtr. Handle (pointer) to the unmanaged object representation. |
| [read-only] | IsOptimized | bool. Documentation for this section has not yet been entered. |
| [read-only] | Length | long. Audio file size, in bytes. |
| MagicCookie | byte[]. The magic cookie for this file. | |
| [read-only] | MaximumPacketSize | int. Documentation for this section has not yet been entered. |
| [read-only] | PacketSizeUpperBound | int. Documentation for this section has not yet been entered. |
| [read-only] | StreamBasicDescription | AudioStreamBasicDescription. The audio basic description, as determined by decoding the file. |
ByteToPacket(long, out int, out bool)Converts a position on a stream to its packet location. | ||
CountUserData(uint)Documentation for this section has not yet been entered. | ||
static | Create(MonoMac.CoreFoundation.CFUrl, AudioFileType, AudioStreamBasicDescription, AudioFileFlags)Creates a new audio file. | |
static | Create(MonoMac.Foundation.NSUrl, AudioFileType, AudioStreamBasicDescription, AudioFileFlags)Creates a new audio file. | |
static | Create(string, AudioFileType, AudioStreamBasicDescription, AudioFileFlags)Creates a new audio file. | |
Dispose()Releases the resourced used by the AudioFile object. | ||
Finalize()Finalizer for the AudioFile object | ||
FrameToPacket(long, out int)Converts an audio frame into a packet offset. | ||
GetProperty(AudioFileProperty, out int)Documentation for this section has not yet been entered. | ||
GetProperty(AudioFileProperty, ref int, IntPtr)Documentation for this section has not yet been entered. | ||
GetPropertyInfo(AudioFileProperty, out int, out int)Documentation for this section has not yet been entered. | ||
GetUserData(int, int, ref int, IntPtr)Documentation for this section has not yet been entered. | ||
GetUserDataSize(uint, int)Documentation for this section has not yet been entered. | ||
static | Open(MonoMac.CoreFoundation.CFUrl, AudioFilePermission, AudioFileType)Opens an audio file for reading. | |
static | Open(MonoMac.Foundation.NSUrl, AudioFilePermission, AudioFileType)Documentation for this section has not yet been entered. | |
static | Open(string, AudioFilePermission, AudioFileType)Documentation for this section has not yet been entered. | |
static | OpenRead(MonoMac.CoreFoundation.CFUrl, AudioFileType)Opens the specified audio file for reading, frames will be decoded from the native format to raw audio data. | |
static | OpenRead(MonoMac.Foundation.NSUrl, AudioFileType)Opens the specified audio file for reading, frames will be decoded from the native format to raw audio data. | |
static | OpenRead(string, AudioFileType)Opens an audio file for reading. | |
Optimize()Documentation for this section has not yet been entered. | ||
PacketToByte(long, out bool)Documentation for this section has not yet been entered. | ||
PacketToFrame(long)Documentation for this section has not yet been entered. | ||
Read(long, byte[], int, int, bool)Documentation for this section has not yet been entered. | ||
ReadFixedPackets(long, int, byte[])Documentation for this section has not yet been entered. | ||
ReadFixedPackets(bool, long, int, byte[], int, int)Documentation for this section has not yet been entered. | ||
ReadPacketData(long, int, byte[])Reads packets of audio data from an audio file. | ||
ReadPacketData(bool, long, ref int, IntPtr, ref int)Reads packets of audio data from an audio file. | ||
ReadPacketData(bool, long, ref int, byte[], int, ref int)Reads packets of audio data from an audio file. | ||
ReadPacketData(bool, long, int, byte[], int, int)Reads packets of audio data from an audio file. | ||
RemoveUserData(int, int)Documentation for this section has not yet been entered. | ||
SetProperty(AudioFileProperty, int, IntPtr)Documentation for this section has not yet been entered. | ||
SetUserData(int, int, int, IntPtr)Documentation for this section has not yet been entered. | ||
Write(long, byte[], int, int, bool)Writes a block of data to the audio file. | ||
Write(long, byte[], int, int, bool, out int)Documentation for this section has not yet been entered. | ||
WritePackets(bool, long, AudioStreamPacketDescription[], IntPtr, int)Write audio packets to the audio file. | ||
WritePackets(bool, long, int, IntPtr, int)Documentation for this section has not yet been entered. | ||
WritePackets(bool, long, AudioStreamPacketDescription[], byte[], int, int)Writes audio packets to the file. | ||
WritePackets(bool, long, AudioStreamPacketDescription[], IntPtr, int, out int)Documentation for this section has not yet been entered. | ||
WritePackets(bool, long, AudioStreamPacketDescription[], byte[], int, int, out int)Documentation for this section has not yet been entered. | ||