Share via


HlsSettings Constructors

Definition

Overloads

HlsSettings()

Initializes a new instance of the HlsSettings class.

HlsSettings(Nullable<Boolean>, Nullable<Boolean>, String)

Initializes a new instance of the HlsSettings class.

HlsSettings()

Initializes a new instance of the HlsSettings class.

public HlsSettings ();
Public Sub New ()

Applies to

HlsSettings(Nullable<Boolean>, Nullable<Boolean>, String)

Initializes a new instance of the HlsSettings class.

public HlsSettings (bool? defaultProperty = default, bool? forced = default, string characteristics = default);
new Microsoft.Azure.Management.Media.Models.HlsSettings : Nullable<bool> * Nullable<bool> * string -> Microsoft.Azure.Management.Media.Models.HlsSettings
Public Sub New (Optional defaultProperty As Nullable(Of Boolean) = Nothing, Optional forced As Nullable(Of Boolean) = Nothing, Optional characteristics As String = Nothing)

Parameters

defaultProperty
Nullable<Boolean>

The default for the HLS setting.

forced
Nullable<Boolean>

The forced for the HLS setting.

characteristics
String

The characteristics for the HLS setting.

Applies to