PlayReadyDecryptorSetup 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義解密程式安裝需求,指出何時取得內容的授權。
public enum class PlayReadyDecryptorSetup
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PlayReadyDecryptorSetup
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PlayReadyDecryptorSetup
var value = Windows.Media.Protection.PlayReady.PlayReadyDecryptorSetup.uninitialized
Public Enum PlayReadyDecryptorSetup
- 繼承
-
PlayReadyDecryptorSetup
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
OnDemand | 1 | 表示播放程式應用程式無法保證在設定媒體圖表之前,可以使用內容的授權 (鏈結) 。 |
Uninitialized | 0 | 表示 RIGHTS Management 標頭中沒有 DECRYPTORSETUP。 這表示播放機應用程式可以在設定媒體圖表之前,保證內容 (鏈結) 授權可供使用。 |