FragmentSampleFlagsSampleIsDependedOn Field |
Indicates that another sample depends on this sample.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint SampleIsDependedOn
Public SampleIsDependedOn As UInteger
public:
unsigned int SampleIsDependedOn
val mutable SampleIsDependedOn: uint32
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