Uses of Class
com.azure.resourcemanager.mediaservices.models.TrackSelection
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of TrackSelection in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionTrackSelection.withTrackSelections
(List<TrackPropertyCondition> trackSelections) Set the trackSelections property: TrackSelections is a track property condition list which can specify track(s).Modifier and TypeMethodDescriptionCommonEncryptionCbcs.clearTracks()
Get the clearTracks property: Representing which tracks should not be encrypted.CommonEncryptionCenc.clearTracks()
Get the clearTracks property: Representing which tracks should not be encrypted.EnvelopeEncryption.clearTracks()
Get the clearTracks property: Representing which tracks should not be encrypted.StreamingLocatorContentKey.tracks()
Get the tracks property: Tracks which use this Content Key.StreamingPolicyContentKey.tracks()
Get the tracks property: Tracks which use this content key.Modifier and TypeMethodDescriptionCommonEncryptionCbcs.withClearTracks
(List<TrackSelection> clearTracks) Set the clearTracks property: Representing which tracks should not be encrypted.CommonEncryptionCenc.withClearTracks
(List<TrackSelection> clearTracks) Set the clearTracks property: Representing which tracks should not be encrypted.EnvelopeEncryption.withClearTracks
(List<TrackSelection> clearTracks) Set the clearTracks property: Representing which tracks should not be encrypted.StreamingPolicyContentKey.withTracks
(List<TrackSelection> tracks) Set the tracks property: Tracks which use this content key.