Uses of Class
com.azure.resourcemanager.mediaservices.models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of ContentKeyPolicyPlayReadyUnknownOutputPassingOption in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
ContentKeyPolicyPlayReadyUnknownOutputPassingOption.ALLOWED
Static value Allowed for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.static final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
ContentKeyPolicyPlayReadyUnknownOutputPassingOption.ALLOWED_WITH_VIDEO_CONSTRICTION
Static value AllowedWithVideoConstriction for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.static final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
ContentKeyPolicyPlayReadyUnknownOutputPassingOption.NOT_ALLOWED
Static value NotAllowed for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.static final ContentKeyPolicyPlayReadyUnknownOutputPassingOption
ContentKeyPolicyPlayReadyUnknownOutputPassingOption.UNKNOWN
Static value Unknown for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.Modifier and TypeMethodDescriptionContentKeyPolicyPlayReadyPlayRight.allowPassingVideoContentToUnknownOutput()
Get the allowPassingVideoContentToUnknownOutput property: Configures Unknown output handling settings of the license.ContentKeyPolicyPlayReadyUnknownOutputPassingOption.fromString
(String name) Creates or finds a ContentKeyPolicyPlayReadyUnknownOutputPassingOption from its string representation.Modifier and TypeMethodDescriptionContentKeyPolicyPlayReadyUnknownOutputPassingOption.values()
Gets known ContentKeyPolicyPlayReadyUnknownOutputPassingOption values.Modifier and TypeMethodDescriptionContentKeyPolicyPlayReadyPlayRight.withAllowPassingVideoContentToUnknownOutput
(ContentKeyPolicyPlayReadyUnknownOutputPassingOption allowPassingVideoContentToUnknownOutput) Set the allowPassingVideoContentToUnknownOutput property: Configures Unknown output handling settings of the license.