ContentKeyPolicyPlayReadyUnknownOutputPassingOption Struct

Definition

Configures Unknown output handling settings of the license.

public readonly struct ContentKeyPolicyPlayReadyUnknownOutputPassingOption : IEquatable<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyUnknownOutputPassingOption>
type ContentKeyPolicyPlayReadyUnknownOutputPassingOption = struct
Public Structure ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Implements IEquatable(Of ContentKeyPolicyPlayReadyUnknownOutputPassingOption)
Inheritance
ContentKeyPolicyPlayReadyUnknownOutputPassingOption
Implements

Constructors

Name Description
ContentKeyPolicyPlayReadyUnknownOutputPassingOption(String)

Initializes a new instance of ContentKeyPolicyPlayReadyUnknownOutputPassingOption.

Properties

Name Description
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

Name Description
Equals(ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ContentKeyPolicyPlayReadyUnknownOutputPassingOption, ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

Determines if two ContentKeyPolicyPlayReadyUnknownOutputPassingOption values are the same.

Implicit(String to ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

Converts a string to a ContentKeyPolicyPlayReadyUnknownOutputPassingOption.

Inequality(ContentKeyPolicyPlayReadyUnknownOutputPassingOption, ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

Determines if two ContentKeyPolicyPlayReadyUnknownOutputPassingOption values are not the same.

Applies to