Uses of Class
com.azure.resourcemanager.mediaservices.models.HlsSettings
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of HlsSettings in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionAudioTrack.hlsSettings()
Get the hlsSettings property: The HLS specific setting for the audio track.TextTrack.hlsSettings()
Get the hlsSettings property: The HLS specific setting for the text track.HlsSettings.withCharacteristics
(String characteristics) Set the characteristics property: The characteristics for the HLS setting.HlsSettings.withDefaultProperty
(Boolean defaultProperty) Set the defaultProperty property: The default for the HLS setting.HlsSettings.withForced
(Boolean forced) Set the forced property: The forced for the HLS setting.Modifier and TypeMethodDescriptionAudioTrack.withHlsSettings
(HlsSettings hlsSettings) Set the hlsSettings property: The HLS specific setting for the audio track.TextTrack.withHlsSettings
(HlsSettings hlsSettings) Set the hlsSettings property: The HLS specific setting for the text track.