fm.liveswitch.vpx.EndUsageMode Class Reference

End usage modes for VPX. More...

Public Member Functions

int getValue ()
 Gets the internal integer value representation of this end usage mode. More...
 

Static Public Member Functions

static fm.liveswitch.vpx.EndUsageMode getCbr ()
 Gets a KeyframeMode of type VPX_CBR. More...
 
static fm.liveswitch.vpx.EndUsageMode getCQ ()
 Gets a KeyframeMode of type VPX_CQ. More...
 
static fm.liveswitch.vpx.EndUsageMode getQ ()
 Gets a KeyframeMode of type VPX_Q. More...
 
static fm.liveswitch.vpx.EndUsageMode getVbr ()
 Gets a KeyframeMode of type VPX_VBR. More...
 

Detailed Description

End usage modes for VPX.

Member Function Documentation

◆ getCbr()

static fm.liveswitch.vpx.EndUsageMode fm.liveswitch.vpx.EndUsageMode.getCbr ( )
static

Gets a KeyframeMode of type VPX_CBR.

◆ getCQ()

static fm.liveswitch.vpx.EndUsageMode fm.liveswitch.vpx.EndUsageMode.getCQ ( )
static

Gets a KeyframeMode of type VPX_CQ.

◆ getQ()

static fm.liveswitch.vpx.EndUsageMode fm.liveswitch.vpx.EndUsageMode.getQ ( )
static

Gets a KeyframeMode of type VPX_Q.

◆ getValue()

int fm.liveswitch.vpx.EndUsageMode.getValue ( )

Gets the internal integer value representation of this end usage mode.

◆ getVbr()

static fm.liveswitch.vpx.EndUsageMode fm.liveswitch.vpx.EndUsageMode.getVbr ( )
static

Gets a KeyframeMode of type VPX_VBR.