fm.liveswitch.openh264.ProfileIdc Class Reference

Profile IDs for OpenH264, matching the "EProfileIdc" enum. More...

Public Member Functions

int getValue ()
 Gets the internal integer value representation of this profile ID. More...
 

Static Public Member Functions

static fm.liveswitch.openh264.ProfileIdc getBaseline ()
 Gets a profile IDC of OpenH264 "PRO_BASELINE". More...
 
static fm.liveswitch.openh264.ProfileIdc getCavlc444 ()
 Gets a profile IDC of OpenH264 "PRO_CAVLC444". More...
 
static fm.liveswitch.openh264.ProfileIdc getExtended ()
 Gets a profile IDC of OpenH264 "PRO_EXTENDED". More...
 
static fm.liveswitch.openh264.ProfileIdc getHigh ()
 Gets a profile IDC of OpenH264 "PRO_HIGH". More...
 
static fm.liveswitch.openh264.ProfileIdc getHigh10 ()
 Gets a profile IDC of OpenH264 "PRO_HIGH10". More...
 
static fm.liveswitch.openh264.ProfileIdc getHigh422 ()
 Gets a profile IDC of OpenH264 "PRO_HIGH422". More...
 
static fm.liveswitch.openh264.ProfileIdc getHigh444 ()
 Gets a profile IDC of OpenH264 "PRO_HIGH444". More...
 
static fm.liveswitch.openh264.ProfileIdc getMain ()
 Gets a profile IDC of OpenH264 "PRO_MAIN". More...
 
static fm.liveswitch.openh264.ProfileIdc getScalableBaseline ()
 Gets a profile IDC of OpenH264 "PRO_SCALABLE_BASELINE". More...
 
static fm.liveswitch.openh264.ProfileIdc getScalableHigh ()
 Gets a profile IDC of OpenH264 "PRO_SCALABLE_HIGH". More...
 
static fm.liveswitch.openh264.ProfileIdc getUnknown ()
 Gets a profile IDC of OpenH264 "PRO_UNKNOWN". More...
 

Detailed Description

Profile IDs for OpenH264, matching the "EProfileIdc" enum.

Member Function Documentation

◆ getBaseline()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getBaseline ( )
static

Gets a profile IDC of OpenH264 "PRO_BASELINE".

◆ getCavlc444()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getCavlc444 ( )
static

Gets a profile IDC of OpenH264 "PRO_CAVLC444".

◆ getExtended()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getExtended ( )
static

Gets a profile IDC of OpenH264 "PRO_EXTENDED".

◆ getHigh()

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

Gets a profile IDC of OpenH264 "PRO_HIGH".

◆ getHigh10()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getHigh10 ( )
static

Gets a profile IDC of OpenH264 "PRO_HIGH10".

◆ getHigh422()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getHigh422 ( )
static

Gets a profile IDC of OpenH264 "PRO_HIGH422".

◆ getHigh444()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getHigh444 ( )
static

Gets a profile IDC of OpenH264 "PRO_HIGH444".

◆ getMain()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getMain ( )
static

Gets a profile IDC of OpenH264 "PRO_MAIN".

◆ getScalableBaseline()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getScalableBaseline ( )
static

Gets a profile IDC of OpenH264 "PRO_SCALABLE_BASELINE".

◆ getScalableHigh()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getScalableHigh ( )
static

Gets a profile IDC of OpenH264 "PRO_SCALABLE_HIGH".

◆ getUnknown()

static fm.liveswitch.openh264.ProfileIdc fm.liveswitch.openh264.ProfileIdc.getUnknown ( )
static

Gets a profile IDC of OpenH264 "PRO_UNKNOWN".

◆ getValue()

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

Gets the internal integer value representation of this profile ID.