Click or drag to resize

KeyframeMode Class

Keyframe modes for VPX.
Inheritance Hierarchy
SystemObject
  FM.IceLink.VpxKeyframeMode

Namespace:  FM.IceLink.Vpx
Assembly:  FM.IceLink.Vpx (in FM.IceLink.Vpx.dll) Version: 1.1.2.607 (1.1.2.607)

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
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also