Complexity modes for OpenH264, matching the "ECOMPLEXITY_MODE" enum. More...
Public Member Functions | |
int | getValue () |
Gets the internal integer value representation of this complexity mode. More... | |
Static Public Member Functions | |
static fm.liveswitch.openh264.ComplexityMode | getHigh () |
Gets a complexity mode of OpenH264 "HIGH_COMPLEXITY". More... | |
static fm.liveswitch.openh264.ComplexityMode | getLow () |
Gets a complexity mode of OpenH264 "LOW_COMPLEXITY". More... | |
static fm.liveswitch.openh264.ComplexityMode | getMedium () |
Gets a complexity mode of OpenH264 "MEDIUM_COMPLEXITY". More... | |
Complexity modes for OpenH264, matching the "ECOMPLEXITY_MODE" enum.
|
static |
Gets a complexity mode of OpenH264 "HIGH_COMPLEXITY".
|
static |
Gets a complexity mode of OpenH264 "LOW_COMPLEXITY".
|
static |
Gets a complexity mode of OpenH264 "MEDIUM_COMPLEXITY".
int fm.liveswitch.openh264.ComplexityMode.getValue | ( | ) |
Gets the internal integer value representation of this complexity mode.