AudioFileStream.PacketToByte(Int64, Boolean) Method

Definition

Maps a packet number to a byte number in the audio file stream.

public long PacketToByte (long packet, out bool isEstimate);
member this.PacketToByte : int64 *  -> int64

Parameters

packet
Int64

Packet number.

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