FirstQuality Constructors

Definition

Overloads

FirstQuality()

Initializes a new instance of the FirstQuality class.

FirstQuality(Int32)

Initializes a new instance of the FirstQuality class.

FirstQuality()

Initializes a new instance of the FirstQuality class.

public FirstQuality ();
Public Sub New ()

Applies to

FirstQuality(Int32)

Initializes a new instance of the FirstQuality class.

public FirstQuality (int bitrate);
new Microsoft.Azure.Management.Media.Models.FirstQuality : int -> Microsoft.Azure.Management.Media.Models.FirstQuality
Public Sub New (bitrate As Integer)

Parameters

bitrate
Int32

The first quality bitrate.

Applies to