VideoScaleMode.PreserveAspectRatio Field

Definition

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 

Field Value

Applies to