AudioToolbox.AudioFileStream.ParseBytes Method
Parse and decode the array of bytes provided.

Syntax

public AudioFileStreamStatus ParseBytes (byte[] bytes, bool discontinuity)

Parameters

bytes
The buffer that contains the audio data to decode.
discontinuity
True if this invocation to ParseBytes is contiguous to the previous one, false otherwise.

Returns

Parsing 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