AudioToolbox.AudioFileStream.ParseBytes Method
Parse and decode the block of data provided.

Syntax

public AudioFileStreamStatus ParseBytes (int size, IntPtr data, bool discontinuity)

Parameters

size
The number of bytes to parse from the provided block.
data
A pointer to the audio data to decode.
discontinuity
True if this invocation to ParseBytes is contiguous to the previous one, false otherwise.

Returns

Parse status.

Remarks

The OnPacketDecoded/OnProperty found methods are invoked as data is parsed. If you have not subclassed this class, you can alternatively hook up to the PacketDecoded and PropertyFound events to receive parsing notifications.

This updates the AudioFileStream.LastError property.

Requirements

Namespace: AudioToolbox
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0