Uses of Class
com.azure.resourcemanager.mediaservices.models.EnabledProtocols
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of EnabledProtocols in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionCommonEncryptionCbcs.enabledProtocols()
Get the enabledProtocols property: Representing supported protocols.CommonEncryptionCenc.enabledProtocols()
Get the enabledProtocols property: Representing supported protocols.EnvelopeEncryption.enabledProtocols()
Get the enabledProtocols property: Representing supported protocols.NoEncryption.enabledProtocols()
Get the enabledProtocols property: Representing supported protocols.EnabledProtocols.withDash
(boolean dash) Set the dash property: Enable DASH protocol or not.EnabledProtocols.withDownload
(boolean download) Set the download property: Enable Download protocol or not.EnabledProtocols.withHls
(boolean hls) Set the hls property: Enable HLS protocol or not.EnabledProtocols.withSmoothStreaming
(boolean smoothStreaming) Set the smoothStreaming property: Enable SmoothStreaming protocol or not.Modifier and TypeMethodDescriptionCommonEncryptionCbcs.withEnabledProtocols
(EnabledProtocols enabledProtocols) Set the enabledProtocols property: Representing supported protocols.CommonEncryptionCenc.withEnabledProtocols
(EnabledProtocols enabledProtocols) Set the enabledProtocols property: Representing supported protocols.EnvelopeEncryption.withEnabledProtocols
(EnabledProtocols enabledProtocols) Set the enabledProtocols property: Representing supported protocols.NoEncryption.withEnabledProtocols
(EnabledProtocols enabledProtocols) Set the enabledProtocols property: Representing supported protocols.