Uses of Class
com.azure.resourcemanager.mediaservices.models.StreamingPolicyContentKeys
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of StreamingPolicyContentKeys in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionCommonEncryptionCbcs.contentKeys()
Get the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.CommonEncryptionCenc.contentKeys()
Get the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.EnvelopeEncryption.contentKeys()
Get the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.StreamingPolicyContentKeys.withDefaultKey
(DefaultKey defaultKey) Set the defaultKey property: Default content key for an encryption scheme.StreamingPolicyContentKeys.withKeyToTrackMappings
(List<StreamingPolicyContentKey> keyToTrackMappings) Set the keyToTrackMappings property: Representing tracks needs separate content key.Modifier and TypeMethodDescriptionCommonEncryptionCbcs.withContentKeys
(StreamingPolicyContentKeys contentKeys) Set the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.CommonEncryptionCenc.withContentKeys
(StreamingPolicyContentKeys contentKeys) Set the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.EnvelopeEncryption.withContentKeys
(StreamingPolicyContentKeys contentKeys) Set the contentKeys property: Representing default content key for each encryption scheme and separate content keys for specific tracks.