Click or drag to resize
SampleDependencyEntry Class
sample_depends_on takes one of the following four values: 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 sample_is_depended_on takes one of the following four values: 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 sample_has_redundancy takes one of the following four values: 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
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4SampleDependencyEntry

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

The SampleDependencyEntry type exposes the following members.

Constructors
  NameDescription
Public methodSampleDependencyEntry
Initializes a new instance of the SampleDependencyEntry class
Top
Fields
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