Share via


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

Name Description
PrimingFrames

The number of priming frames (invalid frames at the beginning) in the file.

RemainderFrames

The number of remainder frames (invalid frames at the end) in the file.

ValidFrames

The number of valid frames in the file.

Applies to