public static final enum

HVTVars.HVTLevelerFlexSpeed

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.hvt.horizonSDK.HVTVars.HVTLevelerFlexSpeed

Class Overview

Enum specifying the speed that the crop region scales (the resulting video zooms) when the leveler's crop mode is FLEX.

See Also

Summary

Enum Values
HVTVars.HVTLevelerFlexSpeed  RESPONSIVE  The scale speed will be more responsive. 
HVTVars.HVTLevelerFlexSpeed  SMOOTH  The scale speed will be slow. 
Public Methods
static HVTVars.HVTLevelerFlexSpeed valueOf(String name)
final static HVTLevelerFlexSpeed[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface java.lang.constant.Constable

Enum Values

public static final HVTVars.HVTLevelerFlexSpeed RESPONSIVE

The scale speed will be more responsive. This results to a faster but more unsteady zoom effect.

public static final HVTVars.HVTLevelerFlexSpeed SMOOTH

The scale speed will be slow. This slows down the zoom effect and produces a smoother result.

A low-pass filter is used internally to smoothen out the change of scale. You can change its frequency by overriding the following value:

<item name="hvt_scale_filter_frequency" format="float" type="dimen">1.8</item>  

The value must be a positive float number. Smaller values provide smoother result.

Public Methods

public static HVTVars.HVTLevelerFlexSpeed valueOf (String name)

public static final HVTLevelerFlexSpeed[] values ()