Share via


AudioFile.PacketToByte(Int64, Boolean) Method

Definition

Returns the byte offset for the packet and indicates whether this is an estimated value in isEstimate.

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

Parameters

packet
Int64

The packet whose byte offset to get.

isEstimate
Boolean

Whether the returned value is accurate or an estimate.

Returns

The byte offset for the specified packet.

Applies to