AudioFileStream.DataByteCount Property
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.
For streams whose length is known, the number of audio byte data.
public long DataByteCount { get; }
member this.DataByteCount : int64
Property Value
Remarks
After the audio stream header is parsed, it is possible to determine the number of bytes of audio data. For streaming formats, this value is not specified.
This updates the LastError property.