Rate control modes for OpenH264, matching the "RC_MODES" enum. More...
Public Member Functions | |
int | getValue () |
Gets the internal integer value representation of this rate control mode. More... | |
Static Public Member Functions | |
static fm.liveswitch.openh264.RateControlMode | getBitrateMode () |
Gets a rate control mode of OpenH264 "RC_BITRATE_MODE". More... | |
static fm.liveswitch.openh264.RateControlMode | getBitrateModePostSkip () |
Gets a rate control mode of OpenH264 "RC_BITRATE_MODE_POST_SKIP". More... | |
static fm.liveswitch.openh264.RateControlMode | getBufferBasedMode () |
Gets a rate control mode of OpenH264 "RC_BUFFERBASED_MODE". More... | |
static fm.liveswitch.openh264.RateControlMode | getOffMode () |
Gets a rate control mode of OpenH264 "RC_OFF_MODE". More... | |
static fm.liveswitch.openh264.RateControlMode | getQualityMode () |
Gets a rate control mode of OpenH264 "RC_QUALITY_MODE". More... | |
static fm.liveswitch.openh264.RateControlMode | getTimestampMode () |
Gets a rate control mode of OpenH264 "RC_TIMESTAMP_MODE". More... | |
Rate control modes for OpenH264, matching the "RC_MODES" enum.
|
static |
Gets a rate control mode of OpenH264 "RC_BITRATE_MODE".
|
static |
Gets a rate control mode of OpenH264 "RC_BITRATE_MODE_POST_SKIP".
|
static |
Gets a rate control mode of OpenH264 "RC_BUFFERBASED_MODE".
|
static |
Gets a rate control mode of OpenH264 "RC_OFF_MODE".
|
static |
Gets a rate control mode of OpenH264 "RC_QUALITY_MODE".
|
static |
Gets a rate control mode of OpenH264 "RC_TIMESTAMP_MODE".
int fm.liveswitch.openh264.RateControlMode.getValue | ( | ) |
Gets the internal integer value representation of this rate control mode.