fm.liveswitch.openh264.ErrorConcealmentMethod Class Reference

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...
 

Detailed Description

Error concealment methods for OpenH264, matching the "ERROR_CON_IDC" enum.

Member Function Documentation

◆ getDisable()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getDisable ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_DISABLE".

◆ getFrameCopy()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getFrameCopy ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY".

◆ getFrameCopyCrossIdr()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getFrameCopyCrossIdr ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_FRAME_COPY_CROSS_IDR".

◆ getSliceCopy()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getSliceCopy ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY".

◆ getSliceCopyCrossIdr()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getSliceCopyCrossIdr ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR".

◆ getSliceCopyCrossIdrFreezeResChange()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getSliceCopyCrossIdrFreezeResChange ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_COPY_CROSS_IDR_FREEZE_RES_CHANGE".

◆ getSliceMvCopyCrossIdr()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getSliceMvCopyCrossIdr ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR".

◆ getSliceMvCopyCrossIdrFreezeResChange()

static fm.liveswitch.openh264.ErrorConcealmentMethod fm.liveswitch.openh264.ErrorConcealmentMethod.getSliceMvCopyCrossIdrFreezeResChange ( )
static

Gets an error concealment method of OpenH264 "ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE".

◆ getValue()

int fm.liveswitch.openh264.ErrorConcealmentMethod.getValue ( )

Gets the internal integer value representation of this error concealment method.