Click or drag to resize
H264Metrics Class
Contains the metrics of an H.264 Parameter set.
Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderH264Metrics

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

The H264Metrics type exposes the following members.

Constructors
  NameDescription
Public methodH264Metrics
Initializes a new instance of the H264Metrics class
Top
Properties
Methods
  NameDescription
Public methodToString
Convert this instance into a string representation.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldCropBottom
Bottom side crop of pictures in pixels.
Public fieldCropLeft
Left side crop of pictures in pixels.
Public fieldCropRight
Right side crop of pictures in pixels.
Public fieldCropTop
Top side crop of pictures in pixels.
Public fieldPixelHeight
Height in pixels of the H.264 stream.
Public fieldPixelWidth
Width in Pixels of the H.264 stream.
Public fieldProfile
Profile Indication of H.264 stream.
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