Share via


Filters Constructors

Definition

Overloads

Filters()

Initializes a new instance of the Filters class.

Filters(Deinterlace, Nullable<Rotation>, Rectangle, IList<Overlay>)

Initializes a new instance of the Filters class.

Filters()

Initializes a new instance of the Filters class.

public Filters ();
Public Sub New ()

Applies to

Filters(Deinterlace, Nullable<Rotation>, Rectangle, IList<Overlay>)

Initializes a new instance of the Filters class.

public Filters (Microsoft.Azure.Management.Media.Models.Deinterlace deinterlace = default, Microsoft.Azure.Management.Media.Models.Rotation? rotation = default, Microsoft.Azure.Management.Media.Models.Rectangle crop = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Overlay> overlays = default);
new Microsoft.Azure.Management.Media.Models.Filters : Microsoft.Azure.Management.Media.Models.Deinterlace * Nullable<Microsoft.Azure.Management.Media.Models.Rotation> * Microsoft.Azure.Management.Media.Models.Rectangle * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Overlay> -> Microsoft.Azure.Management.Media.Models.Filters
Public Sub New (Optional deinterlace As Deinterlace = Nothing, Optional rotation As Nullable(Of Rotation) = Nothing, Optional crop As Rectangle = Nothing, Optional overlays As IList(Of Overlay) = Nothing)

Parameters

deinterlace
Deinterlace

The de-interlacing settings.

rotation
Nullable<Rotation>

The rotation, if any, to be applied to the input video, before it is encoded. Default is Auto. Possible values include: 'Auto', 'None', 'Rotate0', 'Rotate90', 'Rotate180', 'Rotate270'

crop
Rectangle

The parameters for the rectangular window with which to crop the input video.

overlays
IList<Overlay>

The properties of overlays to be applied to the input video. These could be audio, image or video overlays.

Applies to