Parameter set strategies for OpenH264, matching the "EParameterSetStrategy" enum. More...
Public Member Functions | |
int | getValue () |
Gets the internal integer value representation of this parameter set strategy. More... | |
Static Public Member Functions | |
static fm.liveswitch.openh264.ParameterSetStrategy | getConstantId () |
Gets a parameter set strategy of OpenH264 "CONSTANT_ID". More... | |
static fm.liveswitch.openh264.ParameterSetStrategy | getIncreasingId () |
Gets a parameter set strategy of OpenH264 "INCREASING_ID". More... | |
static fm.liveswitch.openh264.ParameterSetStrategy | getSpsListing () |
Gets a parameter set strategy of OpenH264 "SPS_LISTING". More... | |
static fm.liveswitch.openh264.ParameterSetStrategy | getSpsListingAndPpsIncreasing () |
Gets a parameter set strategy of OpenH264 "SPS_LISTING_AND_PPS_INCREASING". More... | |
static fm.liveswitch.openh264.ParameterSetStrategy | getSpsPpsListing () |
Gets a parameter set strategy of OpenH264 "SPS_PPS_LISTING". More... | |
Parameter set strategies for OpenH264, matching the "EParameterSetStrategy" enum.
|
static |
Gets a parameter set strategy of OpenH264 "CONSTANT_ID".
|
static |
Gets a parameter set strategy of OpenH264 "INCREASING_ID".
|
static |
Gets a parameter set strategy of OpenH264 "SPS_LISTING".
|
static |
Gets a parameter set strategy of OpenH264 "SPS_LISTING_AND_PPS_INCREASING".
|
static |
Gets a parameter set strategy of OpenH264 "SPS_PPS_LISTING".
int fm.liveswitch.openh264.ParameterSetStrategy.getValue | ( | ) |
Gets the internal integer value representation of this parameter set strategy.