AudioFileStream.Seek(Int64, Int64, Boolean) Method

Definition

Maps the absolute file offset for the specified packetOffset.

public AudioToolbox.AudioFileStreamStatus Seek (long packetOffset, out long dataByteOffset, out bool isEstimate);
member this.Seek : int64 *  *  -> AudioToolbox.AudioFileStreamStatus

Parameters

packetOffset
Int64

The offset of the packet to map.

dataByteOffset
Int64

Upon return, the data byte offset in the audio file stream.

isEstimate
Boolean

On return, the value will be true if the byte offset is an estimate.

Returns

Remarks

This updates the LastError property.

Applies to