FragmentSampleFlagsSampleHasRedundancy Field |
Indicates whether there is redundant coding in the sample.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public uint SampleHasRedundancy
Public SampleHasRedundancy As UInteger
public:
unsigned int SampleHasRedundancy
val mutable SampleHasRedundancy: uint32
Field Value
Type:
UInt32Remarks
0: it is unknown whether there is redundant coding in this sample;
1: there is redundant coding in this sample;
2: there is no redundant coding in this sample;
3: reserved.
See Also