Error concealment methods for OpenH264, matching the "ERROR_CON_IDC" enum. More...
Public Member Functions | |
int | getValue () |
Gets the internal integer value representation of this error concealment method. More... | |
Static Public Member Functions | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getDisable () |
Gets an error concealment method of OpenH264 "ERROR_CON_DISABLE". More... | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getFrameCopy () |
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY". More... | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getFrameCopyCrossIdr () |
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY_CROSS_IDR". More... | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getSliceCopy () |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY". More... | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getSliceCopyCrossIdr () |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR". More... | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getSliceCopyCrossIdrFreezeResChange () |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE". More... | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getSliceMvCopyCrossIdr () |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR". More... | |
static fm.liveswitch.openh264.ErrorConcealmentMethod | getSliceMvCopyCrossIdrFreezeResChange () |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE". More... | |
Error concealment methods for OpenH264, matching the "ERROR_CON_IDC" enum.
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_DISABLE".
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY".
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY_CROSS_IDR".
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY".
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR".
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE".
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR".
|
static |
Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE".
int fm.liveswitch.openh264.ErrorConcealmentMethod.getValue | ( | ) |
Gets the internal integer value representation of this error concealment method.