次の方法で共有


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)

列挙型 ContentKeyPolicyPlayReadyUnknownOutputPassingOption の == 演算子をオーバーライドする

Implicit(ContentKeyPolicyPlayReadyUnknownOutputPassingOption to String)

ContentKeyPolicyPlayReadyUnknownOutputPassingOption を文字列に変換する暗黙的な演算子

Implicit(String to ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

文字列を ContentKeyPolicyPlayReadyUnknownOutputPassingOption に変換する暗黙的な演算子

Inequality(ContentKeyPolicyPlayReadyUnknownOutputPassingOption, ContentKeyPolicyPlayReadyUnknownOutputPassingOption)

列挙型 ContentKeyPolicyPlayReadyUnknownOutputPassingOption の != 演算子をオーバーライドする

適用対象