Enum VideoResizeMode
Specifies the resize mode to use when resizing videos.
Namespace: FulcrumFS.Videos
Assembly: FulcrumFS.Videos.dll
Syntax
public enum VideoResizeMode
Fields
| Name | Description |
|---|---|
| FitDown | Resize the video to fit within the specified dimensions while preserving the original aspect ratio, final video may be smaller than target size. Does not upscale the video if it is smaller than the specified dimensions (in both dimensions). |