| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.hvt.horizonSDK.HVTVars.HVTLevelerFlexSpeed | |
Enum specifying the speed that the crop region scales (the resulting video zooms) when
the leveler's crop mode is FLEX.
| 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
| |||||||||||
The scale speed will be more responsive. This results to a faster but more unsteady zoom effect.
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.