Uses of Class
com.azure.resourcemanager.mediaservices.models.CommonEncryptionCenc
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of CommonEncryptionCenc in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionStreamingPolicyInner.commonEncryptionCenc()
Get the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.StreamingPolicyProperties.commonEncryptionCenc()
Get the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.Modifier and TypeMethodDescriptionStreamingPolicyInner.withCommonEncryptionCenc
(CommonEncryptionCenc commonEncryptionCenc) Set the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.StreamingPolicyProperties.withCommonEncryptionCenc
(CommonEncryptionCenc commonEncryptionCenc) Set the commonEncryptionCenc property: Configuration of CommonEncryptionCenc. -
Uses of CommonEncryptionCenc in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionStreamingPolicy.commonEncryptionCenc()
Gets the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.CommonEncryptionCenc.withClearKeyEncryptionConfiguration
(ClearKeyEncryptionConfiguration clearKeyEncryptionConfiguration) Set the clearKeyEncryptionConfiguration property: Optional configuration supporting ClearKey in CommonEncryptionCenc encryption scheme.CommonEncryptionCenc.withClearTracks
(List<TrackSelection> clearTracks) Set the clearTracks property: Representing which tracks should not be encrypted.CommonEncryptionCenc.withContentKeys
(StreamingPolicyContentKeys contentKeys) Set the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.CommonEncryptionCenc.withDrm
(CencDrmConfiguration drm) Set the drm property: Configuration of DRMs for CommonEncryptionCenc encryption scheme.CommonEncryptionCenc.withEnabledProtocols
(EnabledProtocols enabledProtocols) Set the enabledProtocols property: Representing supported protocols.Modifier and TypeMethodDescriptionStreamingPolicy.DefinitionStages.WithCommonEncryptionCenc.withCommonEncryptionCenc
(CommonEncryptionCenc commonEncryptionCenc) Specifies the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.