KeyframeMode Class |
Namespace: FM.IceLink.Vpx
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |