Click or drag to resize

DecoderConfig Class

Configuration for the OpenH264 decoder. Properties map to OpenH264 properties. http://www.openh264.org
Inheritance Hierarchy
SystemObject
  FM.IceLink.OpenH264DecoderConfig

Namespace:  FM.IceLink.OpenH264
Assembly:  FM.IceLink.OpenH264 (in FM.IceLink.OpenH264.dll) Version: 3.2.2.607 (3.2.2.607)

The DecoderConfig type exposes the following members.

Constructors
  NameDescription
Public methodDecoderConfig
Creates a new copy of the H264 decoder configuration with default values.
Top
Properties
  NameDescription
Public propertyCpuLoad
Gets or sets a value that maps to "uiCpuLoad".
Public propertyEcActive
Gets or sets a value that maps to "eEcActiveIdc".
Public propertyFileNameRestructed
Gets or sets a value that maps to "pFileNameRestructed".
Public propertyParseOnly
Gets or sets a value that maps to "bParseOnly".
Public propertyTargetDqLayer
Gets or sets a value that maps to "uiTargetDqLayer".
Public propertyVideoBsType
Gets or sets a value that maps to "sVideoProperty.eVideoBsType".
Public propertyVideoSize
Gets or sets a value that maps to "sVideoProperty.size".
Top
Methods
  NameDescription
Public methodDeepCopy
Gets a deep copy of this configuration.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also