Slice modes for OpenH264, matching the "SliceModeEnum" enum. More...
Public Member Functions | |
int | getValue () |
Gets the internal integer value representation of this slice mode. More... | |
Static Public Member Functions | |
static fm.liveswitch.openh264.SliceMode | getFixedSliceNum () |
Gets a profile IDC of OpenH264 "SM_FIXEDSLCNUM_SLICE". More... | |
static fm.liveswitch.openh264.SliceMode | getRaster () |
Gets a slice mode of OpenH264 "SM_RASTER_SLICE". More... | |
static fm.liveswitch.openh264.SliceMode | getReserved () |
Gets a slice mode of OpenH264 "SM_RESERVED". More... | |
static fm.liveswitch.openh264.SliceMode | getSingle () |
Gets a slice mode of OpenH264 "SM_SINGLE_SLICE". More... | |
static fm.liveswitch.openh264.SliceMode | getSizeLimited () |
Gets a slice mode of OpenH264 "SM_SIZELIMITED_SLICE". More... | |
Slice modes for OpenH264, matching the "SliceModeEnum" enum.
|
static |
Gets a profile IDC of OpenH264 "SM_FIXEDSLCNUM_SLICE".
|
static |
Gets a slice mode of OpenH264 "SM_RASTER_SLICE".
|
static |
Gets a slice mode of OpenH264 "SM_RESERVED".
|
static |
Gets a slice mode of OpenH264 "SM_SINGLE_SLICE".
|
static |
Gets a slice mode of OpenH264 "SM_SIZELIMITED_SLICE".
int fm.liveswitch.openh264.SliceMode.getValue | ( | ) |
Gets the internal integer value representation of this slice mode.