IPlayReadyLicenseSession2.CreateLicenseIterable メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
永続化されたライセンスに加えて、メモリ内のみの PlayReady ライセンスをサポートする PlayReadyLicense オブジェクト反復子を作成します。
public:
PlayReadyLicenseIterable ^ CreateLicenseIterable(PlayReadyContentHeader ^ contentHeader, bool fullyEvaluated);
PlayReadyLicenseIterable CreateLicenseIterable(PlayReadyContentHeader const& contentHeader, bool const& fullyEvaluated);
public PlayReadyLicenseIterable CreateLicenseIterable(PlayReadyContentHeader contentHeader, bool fullyEvaluated);
function createLicenseIterable(contentHeader, fullyEvaluated)
Public Function CreateLicenseIterable (contentHeader As PlayReadyContentHeader, fullyEvaluated As Boolean) As PlayReadyLicenseIterable
パラメーター
- contentHeader
- PlayReadyContentHeader
関連するライセンスの検索に使用されるコンテンツ ヘッダー。
- fullyEvaluated
-
Boolean
bool
評価されたライセンス チェーンを列挙するか、すべてのライセンス (使用できないライセンスを含む) を列挙する必要があるかどうかを示します。 評価されたライセンス チェーンを列挙する必要がある場合は、このパラメーターを true に設定します。 すべてのライセンスを列挙する必要がある場合は、このパラメーターを false に設定します。