VideoScaleMode.PreserveAspectRatio Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Preserves the same aspect ratio as the input video. If only one video dimension is provided, the second dimension is calculated based on the input video aspect ratio. When 2 dimensions are provided, the video is resized to fit the most constraining dimension, considering the input video size and aspect ratio.
public static readonly Microsoft.Azure.Management.VideoAnalyzer.Models.VideoScaleMode PreserveAspectRatio;
staticval mutable PreserveAspectRatio : Microsoft.Azure.Management.VideoAnalyzer.Models.VideoScaleMode
Public Shared ReadOnly PreserveAspectRatio As VideoScaleMode