FMLiveSwitchVpxKeyframeMode Class Reference

Keyframe modes for VPX. More...

Instance Methods

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

Class Methods

(FMLiveSwitchVpxKeyframeMode *) + auto
 Gets a KeyframeMode of type Auto. More...
 
(FMLiveSwitchVpxKeyframeMode *) + disabled
 Gets a KeyframeMode of type Disabled. More...
 
(FMLiveSwitchVpxKeyframeMode *) + fixed
 Gets a KeyframeMode of type Fixed. More...
 

Detailed Description

Keyframe modes for VPX.

Method Documentation

◆ auto

Gets a KeyframeMode of type Auto.

◆ disabled

Gets a KeyframeMode of type Disabled.

◆ fixed

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.

◆ value

- (int) value

Gets the internal integer value representation of this keyframe mode.