Share via


AVSampleCursorChunkInfo Struct

Definition

Contains media sample chunk metadata.

public struct AVSampleCursorChunkInfo
type AVSampleCursorChunkInfo = struct
Inheritance
AVSampleCursorChunkInfo

Fields

Name Description
HasUniformFormatDescriptions

true if and only if every chunk has the same format description.

HasUniformSampleDurations

true if and only if every chunk has the same duration.

HasUniformSampleSizes

true if and only if every chunk has the same sample size.

SampleCount

The number of samples present.

Applies to