Click or drag to resize
H264TransformPackage Class
Contains the results of a H.264 NAL transformation.
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4H264TransformPackage

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

The H264TransformPackage type exposes the following members.

Constructors
  NameDescription
Public methodH264TransformPackage
Initializes a new instance of the H264TransformPackage class
Top
Properties
  NameDescription
Public propertyPps
If present, the PPS that was contained in the buffer.
Public propertySps
If present, the SPS that was contained in the buffer.
Top
Fields
  NameDescription
Public fieldFrameData
List of individual AUs.
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