共用方式為


PlayReadyLicenseIterable 建構函式

定義

多載

PlayReadyLicenseIterable()

初始化 PlayReadyLicenseIterable 類別的新實例。

PlayReadyLicenseIterable(PlayReadyContentHeader, Boolean)

初始化 PlayReadyLicenseIterable 類別的新實例。

PlayReadyLicenseIterable()

初始化 PlayReadyLicenseIterable 類別的新實例。

public:
 PlayReadyLicenseIterable();
 PlayReadyLicenseIterable();
public PlayReadyLicenseIterable();
function PlayReadyLicenseIterable()
Public Sub New ()

另請參閱

適用於

PlayReadyLicenseIterable(PlayReadyContentHeader, Boolean)

初始化 PlayReadyLicenseIterable 類別的新實例。

public:
 PlayReadyLicenseIterable(PlayReadyContentHeader ^ contentHeader, bool fullyEvaluated);
 PlayReadyLicenseIterable(PlayReadyContentHeader const& contentHeader, bool const& fullyEvaluated);
public PlayReadyLicenseIterable(PlayReadyContentHeader contentHeader, bool fullyEvaluated);
function PlayReadyLicenseIterable(contentHeader, fullyEvaluated)
Public Sub New (contentHeader As PlayReadyContentHeader, fullyEvaluated As Boolean)

參數

contentHeader
PlayReadyContentHeader

用來尋找相關聯授權的內容標頭。

fullyEvaluated
Boolean

bool

指出應該列舉評估的授權鏈結,或是否應該列舉所有授權 (包括無法使用) 的授權。 如果應該列舉評估的授權鏈結,則此參數為 true ,如果應該列舉所有授權,則為 false

適用於