Click or drag to resize

ErrorConcealmentMethod Class

Error concealment methods for OpenH264, matching the "ERROR_CON_IDC" enum.
Inheritance Hierarchy
SystemObject
  FM.IceLink.OpenH264ErrorConcealmentMethod

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

The ErrorConcealmentMethod type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDisable
Gets an error concealment method of OpenH264 "ERROR_CON_DISABLE".
Public propertyStatic memberFrameCopy
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY".
Public propertyStatic memberFrameCopyCrossIdr
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY_CROSS_IDR".
Public propertyStatic memberSliceCopy
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY".
Public propertyStatic memberSliceCopyCrossIdr
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR".
Public propertyStatic memberSliceCopyCrossIdrFreezeResChange
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE".
Public propertyStatic memberSliceMvCopyCrossIdr
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR".
Public propertyStatic memberSliceMvCopyCrossIdrFreezeResChange
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE".
Public propertyValue
Gets the internal integer value representation of this error concealment method.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also