HlsSettings Constructors
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.
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
- characteristics
- String
The characteristics for the HLS setting.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET