The members of MonoMac.AudioToolbox.AudioFileStream are listed below.
See Also: Inherited members from System.Object
| Creates a new instance of this object. |
| PacketDecoded | EventHandler<PacketReceivedEventArgs>. This event is raised when a packet has been decoded. | |
| PropertyFound | EventHandler<PropertyFoundEventArgs>. This event is raised when a property has been found on the decoded data. |
| [read-only] | AverageBytesPerPacket | double. Average bytes per packet. This value is precise for audio files with constant bit rates or audio files that have a packet index, otherwise it is a computed average. |
| [read-only] | BitRate | int. Documentation for this section has not yet been entered. |
| [read-only] | ChannelLayout | AudioChannelLayout. Documentation for this section has not yet been entered. |
| [read-only] | DataByteCount | long. Documentation for this section has not yet been entered. |
| [read-only] | DataFormat | AudioStreamBasicDescription. 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. |
| [read-only] | FileType | AudioFileType. Documentation for this section has not yet been entered. |
| [read-only] | MagicCookie | byte[]. Documentation for this section has not yet been entered. |
| [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] | ReadyToProducePackets | bool. Documentation for this section has not yet been entered. |
| [read-only] | StreamBasicDescription | AudioStreamBasicDescription. Documentation for this section has not yet been entered. |
ByteToPacket(long, out int, out bool)Maps a position in the file to an audio packet. | ||
Close()Closes (and disposes the audio stream). | ||
Dispose()Releases the resourced used by the AudioFileStream object. | ||
Finalize()Finalizer for the AudioFileStream object | ||
FrameToPacket(long, out int)Returns the packet number and the frame offset in the packet (on the out parameter) corresponding to the requested audio frame. | ||
GetProperty(AudioFileStreamProperty, out int)Documentation for this section has not yet been entered. | ||
GetProperty(AudioFileStreamProperty, ref int, IntPtr)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. | ||
ParseBytes(byte[], bool)Parse and decode the array of bytes provided. | ||
ParseBytes(int, IntPtr, bool)Parse and decode the block of data provided. | ||
ParseBytes(byte[], int, int, bool)Parses and decode a portion of the array of bytes provided. | ||
Seek(long, out long, out bool)Documentation for this section has not yet been entered. | ||
SetProperty(AudioFileStreamProperty, int, IntPtr)Low-level property setting API. Use the exposed managed properties instead. | ||
Dispose(bool)Releases the resourced used by the AudioFileStream object. | ||
OnPacketDecoded(int, IntPtr, AudioStreamPacketDescription[])Invoked when a packet has been decoded. | ||
OnPropertyFound(AudioFileStreamProperty, ref AudioFileStreamPropertyFlag)Invoked when a propety is found. | ||