Click or drag to resize

EncoderSpatialLayerConfig Class

Configuration for OpenH264 encoder spatial layers. Properties map to OpenH264 properties defined in "SSpatialLayerConfig".
Inheritance Hierarchy
SystemObject
  FM.IceLink.OpenH264EncoderSpatialLayerConfig

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

The EncoderSpatialLayerConfig type exposes the following members.

Constructors
  NameDescription
Public methodEncoderSpatialLayerConfig
Configuration for an OpenH264 spatial layer.
Top
Properties
  NameDescription
Public propertyAspectRatio
Gets or sets a value that maps to "eAspectRatio".
Public propertyAspectRatioExtHeight
Gets or sets a value that maps to "sAspectRatioExtHeight".
Public propertyAspectRatioExtWidth
Gets or sets a value that maps to "sAspectRatioExtWidth".
Public propertyAspectRatioPresent
Gets or sets a value that maps to "bAspectRatioPresent".
Public propertyColorDescriptionPresent
Gets or sets a value that maps to "bColorDescriptionPresent".
Public propertyColorMatrix
Gets or sets a value that maps to "uiColorMatrix".
Public propertyColorPrimaries
Gets or sets a value that maps to "uiColorPrimaries".
Public propertyDLayerQp
Gets or sets a value that maps to "iDLayerQp".
Public propertyFrameRate
Gets or sets a value that maps to "fFrameRate".
Public propertyFullRange
Gets or sets a value that maps to "bFullRange".
Public propertyLevelIdc
Gets or sets a value that maps to "uiLevelIdc".
Public propertyProfileIdc
Gets or sets a value that maps to "uiProfileIdc".
Public propertySliceMBNum
Gets or sets a value that maps to "sSliceArgument.uiSliceMbNum".
Public propertySliceMode
Gets or sets a value that maps to "sSliceArgument.uiSliceMode".
Public propertySliceNum
Gets or sets a value that maps to "sSliceArgument.uiSliceNum".
Public propertySliceSizeConstraint
Gets or sets a value that maps to "sSliceArgument.uiSliceSizeConstraint".
Public propertyTransferCharacteristics
Gets or sets a value that maps to "uiTransferCharacteristics".
Public propertyVideoFormat
Gets or sets a value that maps to "uiVideoFormatSPS".
Public propertyVideoSignalTypePresent
Gets or sets a value that maps to "bVideoSignalTypePresent".
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