Enum ScalingAlgorithm
Determines the algorithm used for scaling
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum ScalingAlgorithm
Fields
| Name | Description |
|---|---|
| AVERAGING_AREA | Determines the algorithm used for scaling |
| BICUBIC | Determines the algorithm used for scaling |
| BICUBIC_LUMA_BILINEAR_CHROMA | Determines the algorithm used for scaling |
| BILINEAR | Determines the algorithm used for scaling |
| EXPERIMENTAL | Determines the algorithm used for scaling |
| FAST_BILINEAR | Determines the algorithm used for scaling |
| GAUSS | Determines the algorithm used for scaling |
| LANCZOS | Determines the algorithm used for scaling |
| NEAREST_NEIGHBOR | Determines the algorithm used for scaling |
| SINC | Determines the algorithm used for scaling |
| SPLINE | Determines the algorithm used for scaling |