AVSampleCursorDependencyInfo Struct

Definition

Contains media sample interdependency data for a sample and other samples in the sequence.

[ObjCRuntime.NoiOS]
[ObjCRuntime.NoTV]
[ObjCRuntime.NoWatch]
public struct AVSampleCursorDependencyInfo
type AVSampleCursorDependencyInfo = struct
Inheritance
AVSampleCursorDependencyInfo
Attributes

Fields

DependsOnOthers

true if and only if the sample depends on other samples in the sequence.

HasDependentSamples

true if and only if the sample has dependent samples.

HasRedundantCoding

true if and only if the sample has redundant coding.

IndicatesWhetherItDependsOnOthers

true if and only if the sample indicates whether it depends on other samples in the sequence.

IndicatesWhetherItHasDependentSamples

true if and only if the sample indicates whether other samples in the sequence depend on the sample.

IndicatesWhetherItHasRedundantCoding

true if and only if the sample indicates whether it has redundant coding.

Applies to