Click or drag to resize

ErrorConcealmentMethod Properties

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
See Also