AudioFileStream.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.
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.