Condividi tramite


PlayReadyLicenseSession.CreateLicenseIterable Metodo

Definizione

Crea un iteratore della classe PlayReadyLicense che supporta le licenze PlayReady solo in memoria oltre alle licenze persistenti.

public:
 virtual PlayReadyLicenseIterable ^ CreateLicenseIterable(PlayReadyContentHeader ^ contentHeader, bool fullyEvaluated) = CreateLicenseIterable;
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

Parametri

contentHeader
PlayReadyContentHeader

Intestazione del contenuto utilizzata per individuare le licenze associate.

fullyEvaluated
Boolean

bool

Indica se le catene di licenze valutate devono essere enumerate o se devono essere enumerate tutte le licenze (incluse quelle inutilizzabili). Impostare questo parametro su true se è necessario enumerare le catene di licenze valutate. Impostare questo parametro su false se tutte le licenze devono essere enumerate.

Restituisce

Implementazioni

M:Windows.Media.Protection.PlayReady.IPlayReadyLicenseSession2.CreateLicenseIterable(Windows.Media.Protection.PlayReady.PlayReadyContentHeader,System.Boolean) M:Windows.Media.Protection.PlayReady.IPlayReadyLicenseSession2.CreateLicenseIterable(Windows.Media.Protection.PlayReady.PlayReadyContentHeader,bool)

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)

Si applica a