Click or drag to resize
H264ParameterSet Class
H.264 Parameter-set parser to retrieve information about a stream.
Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderH264ParameterSet

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class H264ParameterSet

The H264ParameterSet type exposes the following members.

Constructors
  NameDescription
Public methodH264ParameterSet
Initializes a new Instance of StreamCoders.Decoder.H264ParameterSet. Pass sprop-parameter- set contained within SDP of session initiation.
Top
Properties
  NameDescription
Public propertyNormalizedParameterSet
Gets SPS/PPS as byte array.
Public propertyNormalizedParameterSetString
Gets SPS/PPS as string.
Top
Methods
  NameDescription
Public methodGetMetrics
Calculates the metrics contained in the H.264 parameter-set.
Public methodWrite
Writes NALU parameter set to a stream.
Top
Fields
  NameDescription
Public fieldHeight
The height in pixels.
Public fieldLevel
The level indication.
Public fieldProfile
The profile indication.
Public fieldWidth
The width in pixels.
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