fm.liveswitch.vpx.KeyframeMode Class Reference

Keyframe modes for VPX. More...

Public Member Functions

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

Static Public Member Functions

static fm.liveswitch.vpx.KeyframeMode getAuto ()
 Gets a KeyframeMode of type Auto. More...
 
static fm.liveswitch.vpx.KeyframeMode getDisabled ()
 Gets a KeyframeMode of type Disabled. More...
 
static fm.liveswitch.vpx.KeyframeMode getFixed ()
 Gets a KeyframeMode of type Fixed. More...
 

Detailed Description

Keyframe modes for VPX.

Member Function Documentation

◆ getAuto()

static fm.liveswitch.vpx.KeyframeMode fm.liveswitch.vpx.KeyframeMode.getAuto ( )
static

Gets a KeyframeMode of type Auto.

◆ getDisabled()

static fm.liveswitch.vpx.KeyframeMode fm.liveswitch.vpx.KeyframeMode.getDisabled ( )
static

Gets a KeyframeMode of type Disabled.

◆ getFixed()

static fm.liveswitch.vpx.KeyframeMode fm.liveswitch.vpx.KeyframeMode.getFixed ( )
static

Gets a KeyframeMode of type Fixed.

This is deprecated by VPX and is equivalent to KeyframeMode.Disabled. To generate keyframes at fixed intervals, set the EncoderConfig.KeyframeMinDistance = EncoderConfig.KeyframeMaxDistance.

◆ getValue()

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

Gets the internal integer value representation of this keyframe mode.