Click or drag to resize
ChannelVideoDecoderConfiguration Class
Video Configuration for channel based color space. (RGB16, RGB24, RGB32)
Inheritance Hierarchy
SystemObject
  StreamCodersPictureTransformConfiguration
    StreamCoders.DecoderVideoDecoderConfiguration
      StreamCoders.DecoderChannelVideoDecoderConfiguration

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

The ChannelVideoDecoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodChannelVideoDecoderConfiguration
Initializes a new instance of the ChannelVideoDecoderConfiguration class
Top
Properties
  NameDescription
Public propertyDecoderSpecificData
Gets or sets decoder specific initialization data.
(Inherited from VideoDecoderConfiguration.)
Public propertyEncapsulation (Inherited from VideoDecoderConfiguration.)
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 propertyRgbCodec
Holds the concrete RGB channel configuration (Rgb16, Rgb24, Rgb32)
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
This configuration can be useful when dealing with decoder that take inputs from various sources, including raw picture sources.
See Also