AudioFilePacketTableInfo Struct
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.
Represents the number of valid frames in a file and where they begin or end.
public struct AudioFilePacketTableInfo
type AudioFilePacketTableInfo = struct
- Inheritance
-
AudioFilePacketTableInfo
Remarks
Not all audio file data formats guarantee that their contents are 100% valid; some have priming or remainder frames. This class can be used with such data formats to identify the valid frames in a file.
Fields
PrimingFrames | |
RemainderFrames | |
ValidFrames |