Click or drag to resize
H265ParameterSet Class
H.265 Parameter-set parser to retrieve information about a stream.
Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderH265ParameterSet

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

The H265ParameterSet type exposes the following members.

Constructors
Methods
  NameDescription
Public methodGetMetrics
Calculates the metrics contained in the H.264 parameter-set.
Public methodStatic memberNalToRbsp
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