AudioFileStream.Seek(Int64, Int64, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.