共用方式為


IPlayReadyLicense 介面

定義

包含 PlayReady 授權的相關資訊。

public interface class IPlayReadyLicense
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3997649998, 64060, 16717, 169, 242, 63, 252, 30, 248, 50, 212)]
struct IPlayReadyLicense
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3997649998, 64060, 16717, 169, 242, 63, 252, 30, 248, 50, 212)]
public interface IPlayReadyLicense
Public Interface IPlayReadyLicense
衍生
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

此介面可能會代表單一授權或整個授權鏈結,視授權列舉的執行方式而定。

屬性

ChainDepth

取得目前 IPlayReadyLicense 介面所表示之授權鏈結的鏈結深度。

DomainAccountID

取得此授權所系結的網域帳戶識別碼。

ExpirationDate

取得目前授權的到期日。

ExpireAfterFirstPlay

取得媒體第一次播放之後,目前授權到期前的秒數。

FullyEvaluated

取得授權的狀態。

UsableForPlay

取得此授權是否可用於播放。

方法

GetKIDAtChainDepth(UInt32)

取得指定鏈結深度之授權的 (KID 識別碼) 。

適用於