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

ContentKeyPolicyPlayReadyUnknownOutputPassingOption 结构

定义

定义 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)
继承
ContentKeyPolicyPlayReadyUnknownOutputPassingOption
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

Allowed

允许将受保护内容的视频部分传递给未知输出。

AllowedWithVideoConstriction

允许将受保护内容的视频部分传递给未知输出,但分辨率受约束。

NotAllowed

不允许将受保护内容的视频部分传递给未知输出。

Unknown

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

方法

Equals(ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

比较 ContentKeyPolicyPlayReadyUnknownOutputPassingOption 类型的枚举

Equals(Object)

替代 ContentKeyPolicyPlayReadyUnknownOutputPassingOption 的 Equals 运算符

GetHashCode()

返回 hashCode ContentKeyPolicyPlayReadyUnknownOutputPassingOption

ToString()

返回 ContentKeyPolicyPlayReadyUnknownOutputPassingOption 的字符串表示形式

运算符

Equality(ContentKeyPolicyPlayReadyUnknownOutputPassingOption, ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

为 enum ContentKeyPolicyPlayReadyUnknownOutputPassingOption 重写 == 运算符

Implicit(ContentKeyPolicyPlayReadyUnknownOutputPassingOption to String)

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

Implicit(String to ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

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

Inequality(ContentKeyPolicyPlayReadyUnknownOutputPassingOption, ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

重写 enum ContentKeyPolicyPlayReadyUnknownOutputPassingOption 的 != 运算符

适用于