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