ContentKeyPolicyPlayReadyUnknownOutputPassingOption Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for ContentKeyPolicyPlayReadyUnknownOutputPassingOption.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOptionConverter))]
public struct ContentKeyPolicyPlayReadyUnknownOutputPassingOption : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOptionConverter))>]
type ContentKeyPolicyPlayReadyUnknownOutputPassingOption = struct
Public Structure ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Implements IEquatable(Of ContentKeyPolicyPlayReadyUnknownOutputPassingOption)
- Inheritance
-
ContentKeyPolicyPlayReadyUnknownOutputPassingOption
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Allowed |
Passing the video portion of protected content to an Unknown Output is allowed. |
AllowedWithVideoConstriction |
Passing the video portion of protected content to an Unknown Output is allowed but with constrained resolution. |
NotAllowed |
Passing the video portion of protected content to an Unknown Output is not allowed. |
Unknown |
Represents a ContentKeyPolicyPlayReadyUnknownOutputPassingOption that is unavailable in current API version. |
Methods
Equals(ContentKeyPolicyPlayReadyUnknownOutputPassingOption) |
Compares enums of type ContentKeyPolicyPlayReadyUnknownOutputPassingOption |
Equals(Object) |
Overrides Equals operator for ContentKeyPolicyPlayReadyUnknownOutputPassingOption |
GetHashCode() |
Returns for hashCode ContentKeyPolicyPlayReadyUnknownOutputPassingOption |
ToString() |
Returns string representation for ContentKeyPolicyPlayReadyUnknownOutputPassingOption |
Operators
Equality(ContentKeyPolicyPlayReadyUnknownOutputPassingOption, ContentKeyPolicyPlayReadyUnknownOutputPassingOption) |
Overriding == operator for enum ContentKeyPolicyPlayReadyUnknownOutputPassingOption |
Implicit(ContentKeyPolicyPlayReadyUnknownOutputPassingOption to String) |
Implicit operator to convert ContentKeyPolicyPlayReadyUnknownOutputPassingOption to string |
Implicit(String to ContentKeyPolicyPlayReadyUnknownOutputPassingOption) |
Implicit operator to convert string to ContentKeyPolicyPlayReadyUnknownOutputPassingOption |
Inequality(ContentKeyPolicyPlayReadyUnknownOutputPassingOption, ContentKeyPolicyPlayReadyUnknownOutputPassingOption) |
Overriding != operator for enum ContentKeyPolicyPlayReadyUnknownOutputPassingOption |
Applies to
Azure SDK for .NET