Click or drag to resize
FragmentSampleFlagsSampleIsDependedOn Field
Indicates that another sample depends on this sample.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public uint SampleIsDependedOn

Field Value

Type: UInt32
Remarks
0: the dependency of other samples on this sample is unknown; 1: other samples may depend on this one (not disposable); 2: no other sample depends on this one (disposable); 3: reserved.
See Also