Click or drag to resize
FragmentSampleFlags Class
sample flags used for "first_sample_flags" and "default_sample_flags" in fragments.
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4FragmentSampleFlags

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

The FragmentSampleFlags type exposes the following members.

Constructors
  NameDescription
Public methodFragmentSampleFlags
Initializes a new instance of the FragmentSampleFlags class
Top
Methods
  NameDescription
Public methodGetFlags
Public methodParse
Top
Fields
  NameDescription
Public fieldReservered6Bit
Public fieldSampleDegradationPriority
The sample degradation priority. This works together with the 'stdp' Degradation Priority Box.
Public fieldSampleDependsOn
Indicates Dependecy of the sample.
Public fieldSampleHasRedundancy
Indicates whether there is redundant coding in the sample.
Public fieldSampleIsDependedOn
Indicates that another sample depends on this sample.
Public fieldSampleIsDifferenceSample
Indicates whether this sample is a non-key frame.
Public fieldSamplePaddingValue
The sample padding value. This works in reference with 'padb' Padding Bits Box.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also