你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContentKeyPolicyPlayReadyContentType 结构

定义

定义 ContentKeyPolicyPlayReadyContentType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentTypeConverter))]
public struct ContentKeyPolicyPlayReadyContentType : IEquatable<Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.ContentKeyPolicyPlayReadyContentTypeConverter))>]
type ContentKeyPolicyPlayReadyContentType = struct
Public Structure ContentKeyPolicyPlayReadyContentType
Implements IEquatable(Of ContentKeyPolicyPlayReadyContentType)
继承
ContentKeyPolicyPlayReadyContentType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

UltraVioletDownload

Uv 下载内容类型。

UltraVioletStreaming

紫外线流式处理内容类型。

Unknown

表示在当前 API 版本中不可用的 ContentKeyPolicyPlayReadyContentType。

Unspecified

未指定的内容类型。

方法

Equals(ContentKeyPolicyPlayReadyContentType)

比较 ContentKeyPolicyPlayReadyContentType 类型的枚举

Equals(Object)

替代 ContentKeyPolicyPlayReadyContentType 的 Equals 运算符

GetHashCode()

为 hashCode ContentKeyPolicyPlayReadyContentType 返回

ToString()

返回 ContentKeyPolicyPlayReadyContentType 的字符串表示形式

运算符

Equality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType)

重写 enum ContentKeyPolicyPlayReadyContentType 的 == 运算符

Implicit(ContentKeyPolicyPlayReadyContentType to String)

用于将 ContentKeyPolicyPlayReadyContentType 转换为字符串的隐式运算符

Implicit(String to ContentKeyPolicyPlayReadyContentType)

用于将字符串转换为 ContentKeyPolicyPlayReadyContentType 的隐式运算符

Inequality(ContentKeyPolicyPlayReadyContentType, ContentKeyPolicyPlayReadyContentType)

重写 enum ContentKeyPolicyPlayReadyContentType 的 != 运算符

适用于