Class HlsSettings
java.lang.Object
com.azure.resourcemanager.mediaservices.models.HlsSettings
The HLS setting for a track.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the characteristics property: The characteristics for the HLS setting.Get the defaultProperty property: The default for the HLS setting.forced()
Get the forced property: The forced for the HLS setting.void
validate()
Validates the instance.withCharacteristics
(String characteristics) Set the characteristics property: The characteristics for the HLS setting.withDefaultProperty
(Boolean defaultProperty) Set the defaultProperty property: The default for the HLS setting.withForced
(Boolean forced) Set the forced property: The forced for the HLS setting.
-
Constructor Details
-
HlsSettings
public HlsSettings()Creates an instance of HlsSettings class.
-
-
Method Details
-
defaultProperty
Get the defaultProperty property: The default for the HLS setting.- Returns:
- the defaultProperty value.
-
withDefaultProperty
Set the defaultProperty property: The default for the HLS setting.- Parameters:
defaultProperty
- the defaultProperty value to set.- Returns:
- the HlsSettings object itself.
-
forced
Get the forced property: The forced for the HLS setting.- Returns:
- the forced value.
-
withForced
Set the forced property: The forced for the HLS setting.- Parameters:
forced
- the forced value to set.- Returns:
- the HlsSettings object itself.
-
characteristics
Get the characteristics property: The characteristics for the HLS setting.- Returns:
- the characteristics value.
-
withCharacteristics
Set the characteristics property: The characteristics for the HLS setting.- Parameters:
characteristics
- the characteristics value to set.- Returns:
- the HlsSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-