Click or drag to resize

KeyframeMode Properties

The KeyframeMode type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAuto
Gets a KeyframeMode of type Auto.
Public propertyStatic memberDisabled
Gets a KeyframeMode of type Disabled.
Public propertyStatic memberFixed
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.
Public propertyValue
Gets the internal integer value representation of this keyframe mode.
Top
See Also