fm.liveswitch.vpx.TemporalLayerMode Class Reference

Temporal layer modes for VPX output. More...

Public Member Functions

int getValue ()
 Gets the internal integer value representation of this temporal layer mode. More...
 

Static Public Member Functions

static fm.liveswitch.vpx.TemporalLayerMode getBypass ()
 Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_BYPASS. More...
 
static fm.liveswitch.vpx.TemporalLayerMode getMode0101 ()
 Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_0101. More...
 
static fm.liveswitch.vpx.TemporalLayerMode getMode0212 ()
 Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_0212. More...
 
static fm.liveswitch.vpx.TemporalLayerMode getNoLayering ()
 Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING. More...
 

Detailed Description

Temporal layer modes for VPX output.

Member Function Documentation

◆ getBypass()

static fm.liveswitch.vpx.TemporalLayerMode fm.liveswitch.vpx.TemporalLayerMode.getBypass ( )
static

Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_BYPASS.

◆ getMode0101()

static fm.liveswitch.vpx.TemporalLayerMode fm.liveswitch.vpx.TemporalLayerMode.getMode0101 ( )
static

Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_0101.

◆ getMode0212()

static fm.liveswitch.vpx.TemporalLayerMode fm.liveswitch.vpx.TemporalLayerMode.getMode0212 ( )
static

Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_0212.

◆ getNoLayering()

static fm.liveswitch.vpx.TemporalLayerMode fm.liveswitch.vpx.TemporalLayerMode.getNoLayering ( )
static

Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING.

◆ getValue()

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

Gets the internal integer value representation of this temporal layer mode.