FragmentSampleFlagsSampleDependsOn Field |
Indicates Dependecy of the sample.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint SampleDependsOn
Public SampleDependsOn As UInteger
public:
unsigned int SampleDependsOn
val mutable SampleDependsOn: uint32
Field Value
Type:
UInt32
Remarks
0: the dependency of this sample is unknown;
1: this sample does depend on others (not an I picture);
2: this sample does not depend on others (I picture);
3: reserved.
See Also