FMIceLinkVpxKeyframeMode Class Reference

Inherits from NSObject
Declared in FMIceLinkVpxKeyframeMode.h
FMIceLinkVpxKeyframeMode.m

Overview

Keyframe modes for VPX.

+ auto

Gets a KeyframeMode of type Auto.
+ (FMIceLinkVpxKeyframeMode *)auto

Discussion

Gets a KeyframeMode of type Auto.

Declared In

FMIceLinkVpxKeyframeMode.h

+ disabled

Gets a KeyframeMode of type Disabled.
+ (FMIceLinkVpxKeyframeMode *)disabled

Discussion

Gets a KeyframeMode of type Disabled.

Declared In

FMIceLinkVpxKeyframeMode.h

+ 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.
+ (FMIceLinkVpxKeyframeMode *)fixed

Discussion

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.

Declared In

FMIceLinkVpxKeyframeMode.h

– value

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

Discussion

Gets the internal integer value representation of this keyframe mode.

Declared In

FMIceLinkVpxKeyframeMode.h