AudioFile.PacketToByte(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.
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.