Click or drag to resize
H264AccessUnitTool Class
Builds StartCode + NAL from MPEG Access Unit.
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderH264AccessUnitTool

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class H264AccessUnitTool

The H264AccessUnitTool type exposes the following members.

Constructors
  NameDescription
Public methodH264AccessUnitTool
Initializes access unit tool using decoder specific data.
Top
Properties
  NameDescription
Public propertyLengthSizeMinusOne
Top
Methods
Fields
  NameDescription
Public fieldStartCode
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
Remarks
Container writers only take StartCode + NAL payloads so it is necessary to expand data coming from a container reader (MP4Reader) to be expanded be it can be fed to a container streamWriter (Mp4Writer).
See Also