AudioFilePacketTableInfo Struct

Definition

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

Applies to