ContentKeyPolicyPlayReadyConfiguration Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ContentKeyPolicyPlayReadyConfiguration.
public ContentKeyPolicyPlayReadyConfiguration (System.Collections.Generic.IEnumerable<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyLicense> licenses);
new Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyConfiguration : seq<Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyLicense> -> Azure.ResourceManager.Media.Models.ContentKeyPolicyPlayReadyConfiguration
Public Sub New (licenses As IEnumerable(Of ContentKeyPolicyPlayReadyLicense))
Parâmetros
- licenses
- IEnumerable<ContentKeyPolicyPlayReadyLicense>
As licenças do PlayReady.
Exceções
licenses
é nulo.