VideoScale Class
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.
The video scaling information.
public class VideoScale
type VideoScale = class
Public Class VideoScale
- Inheritance
-
VideoScale
Constructors
VideoScale() |
Initializes a new instance of the VideoScale class. |
VideoScale(String, String, Nullable<VideoScaleMode>) |
Initializes a new instance of the VideoScale class. |
Properties
Height |
Gets or sets the desired output video height. |
Mode |
Gets or sets describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided. Possible values include: 'Pad', 'PreserveAspectRatio', 'Stretch' |
Width |
Gets or sets the desired output video width. |
Applies to
Azure SDK for .NET