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... | |
Keyframe modes for VPX.
+ (FMLiveSwitchVpxKeyframeMode*) auto |
Gets a KeyframeMode of type Auto.
+ (FMLiveSwitchVpxKeyframeMode*) disabled |
Gets a KeyframeMode of type Disabled.
+ (FMLiveSwitchVpxKeyframeMode*) 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.
- (int) value |
Gets the internal integer value representation of this keyframe mode.