Click or drag to resize
H264VideoDecoderConfiguration Class
H.264 video decoder configuration.
Inheritance Hierarchy
SystemObject
  StreamCodersPictureTransformConfiguration
    StreamCoders.DecoderVideoDecoderConfiguration
      StreamCoders.DecoderH264VideoDecoderConfiguration

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

The H264VideoDecoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodH264VideoDecoderConfiguration
Initializes a new instance of the H264VideoDecoderConfiguration class
Public methodH264VideoDecoderConfiguration(H264VideoEncoderConfiguration)
Initializes a new instance of the H264VideoDecoderConfiguration class
Top
Properties
  NameDescription
Public propertyDecoderSpecificData
Gets or sets decoder specific initialization data.
(Inherited from VideoDecoderConfiguration.)
Public propertyEncapsulation (Inherited from VideoDecoderConfiguration.)
Public propertyHardwareAccelerated
Enables hardware acceleration on the decoder. Hardware acceleration is only available on Windows Vista/7/8.
Public propertyInitializationStatus
Gets or sets the initialization status.
(Inherited from VideoDecoderConfiguration.)
Public propertyInputHeight
Gets or sets the height of input pictures.
(Inherited from PictureTransformConfiguration.)
Public propertyInputWidth
Gets or sets the width of input pictures.
(Inherited from PictureTransformConfiguration.)
Public propertyScraping
Public propertyVideoSource (Inherited from VideoDecoderConfiguration.)
Top
Methods
  NameDescription
Public methodValidate (Inherited from PictureTransformConfiguration.)
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
DecoderData for this class can be either a string or byte array containing SPS/PPS.
See Also