Class ErrorConcealmentMethod
Error concealment methods for OpenH264, matching the "ERROR_CON_IDC" enum.
Inheritance
Namespace: FM.LiveSwitch.OpenH264
Assembly: FM.LiveSwitch.OpenH264.dll
Syntax
public sealed class ErrorConcealmentMethod : object
Properties
Disable
Gets an error concealment method of OpenH264 "ERROR_CON_DISABLE".
Declaration
public static ErrorConcealmentMethod Disable { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
FrameCopy
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY".
Declaration
public static ErrorConcealmentMethod FrameCopy { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
FrameCopyCrossIdr
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY_CROSS_IDR".
Declaration
public static ErrorConcealmentMethod FrameCopyCrossIdr { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
SliceCopy
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY".
Declaration
public static ErrorConcealmentMethod SliceCopy { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
SliceCopyCrossIdr
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR".
Declaration
public static ErrorConcealmentMethod SliceCopyCrossIdr { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
SliceCopyCrossIdrFreezeResChange
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE".
Declaration
public static ErrorConcealmentMethod SliceCopyCrossIdrFreezeResChange { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
SliceMvCopyCrossIdr
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR".
Declaration
public static ErrorConcealmentMethod SliceMvCopyCrossIdr { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
SliceMvCopyCrossIdrFreezeResChange
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE".
Declaration
public static ErrorConcealmentMethod SliceMvCopyCrossIdrFreezeResChange { get; }
Property Value
Type | Description |
---|---|
ErrorConcealmentMethod |
Value
Gets the internal integer value representation of this error concealment method.
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |