FMIceLinkVpxKeyframeMode Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkVpxKeyframeMode.h FMIceLinkVpxKeyframeMode.m |
+ auto
Gets a KeyframeMode of type Auto.
+ (FMIceLinkVpxKeyframeMode *)autoDiscussion
Gets a KeyframeMode of type Auto.
Declared In
FMIceLinkVpxKeyframeMode.h
+ disabled
Gets a KeyframeMode of type Disabled.
+ (FMIceLinkVpxKeyframeMode *)disabledDiscussion
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 *)fixedDiscussion
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)valueDiscussion
Gets the internal integer value representation of this keyframe mode.
Declared In
FMIceLinkVpxKeyframeMode.h