KeyframeMode Properties |
The KeyframeMode type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 |
Gets the internal integer value representation of this keyframe mode.
|