Share via


ContentKeyPolicyPlayReadyContentType Struct

Definition

The PlayReady content type.

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

Constructors

ContentKeyPolicyPlayReadyContentType(String)

Initializes a new instance of ContentKeyPolicyPlayReadyContentType.

Properties

UltraVioletDownload

Ultraviolet download content type.

UltraVioletStreaming

Ultraviolet streaming content type.

Unknown

Represents a ContentKeyPolicyPlayReadyContentType that is unavailable in current API version.

Unspecified

Unspecified content type.

Methods

Equals(ContentKeyPolicyPlayReadyContentType)

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

Equality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType)

Determines if two ContentKeyPolicyPlayReadyContentType values are the same.

Implicit(String to ContentKeyPolicyPlayReadyContentType)

Converts a string to a ContentKeyPolicyPlayReadyContentType.

Inequality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType)

Determines if two ContentKeyPolicyPlayReadyContentType values are not the same.

Applies to