fm.liveswitch.openh264.ComplexityMode Class Reference

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

Detailed Description

Complexity modes for OpenH264, matching the "ECOMPLEXITY_MODE" enum.

Member Function Documentation

◆ getHigh()

static fm.liveswitch.openh264.ComplexityMode fm.liveswitch.openh264.ComplexityMode.getHigh ( )
static

Gets a complexity mode of OpenH264 "HIGH_COMPLEXITY".

◆ getLow()

static fm.liveswitch.openh264.ComplexityMode fm.liveswitch.openh264.ComplexityMode.getLow ( )
static

Gets a complexity mode of OpenH264 "LOW_COMPLEXITY".

◆ getMedium()

static fm.liveswitch.openh264.ComplexityMode fm.liveswitch.openh264.ComplexityMode.getMedium ( )
static

Gets a complexity mode of OpenH264 "MEDIUM_COMPLEXITY".

◆ getValue()

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

Gets the internal integer value representation of this complexity mode.