fm.liveswitch.openh264.ParameterSetStrategy Class Reference

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

Detailed Description

Parameter set strategies for OpenH264, matching the "EParameterSetStrategy" enum.

Member Function Documentation

◆ getConstantId()

static fm.liveswitch.openh264.ParameterSetStrategy fm.liveswitch.openh264.ParameterSetStrategy.getConstantId ( )
static

Gets a parameter set strategy of OpenH264 "CONSTANT_ID".

◆ getIncreasingId()

static fm.liveswitch.openh264.ParameterSetStrategy fm.liveswitch.openh264.ParameterSetStrategy.getIncreasingId ( )
static

Gets a parameter set strategy of OpenH264 "INCREASING_ID".

◆ getSpsListing()

static fm.liveswitch.openh264.ParameterSetStrategy fm.liveswitch.openh264.ParameterSetStrategy.getSpsListing ( )
static

Gets a parameter set strategy of OpenH264 "SPS_LISTING".

◆ getSpsListingAndPpsIncreasing()

static fm.liveswitch.openh264.ParameterSetStrategy fm.liveswitch.openh264.ParameterSetStrategy.getSpsListingAndPpsIncreasing ( )
static

Gets a parameter set strategy of OpenH264 "SPS_LISTING_AND_PPS_INCREASING".

◆ getSpsPpsListing()

static fm.liveswitch.openh264.ParameterSetStrategy fm.liveswitch.openh264.ParameterSetStrategy.getSpsPpsListing ( )
static

Gets a parameter set strategy of OpenH264 "SPS_PPS_LISTING".

◆ getValue()

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

Gets the internal integer value representation of this parameter set strategy.