Click or drag to resize
VideoDecoderConfiguration Class
Is used to initialize video decoders.
Inheritance Hierarchy
SystemObject
  StreamCodersPictureTransformConfiguration
    StreamCoders.DecoderVideoDecoderConfiguration
      More...

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

The VideoDecoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodVideoDecoderConfiguration
Initializes a new instance of the VideoDecoderConfiguration class
Public methodVideoDecoderConfiguration(TrackInfo)
Constructor. Creates the configuration from a TrackInfo object.
Public methodVideoDecoderConfiguration(VideoEncoderConfiguration)
Constructor. Creates configuration from a video encoder configuration.
Top
Properties
  NameDescription
Public propertyDecoderSpecificData
Gets or sets decoder specific initialization data.
Public propertyEncapsulation
Public propertyInitializationStatus
Gets or sets the initialization status.
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 propertyVideoSource
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
See Also
Inheritance Hierarchy