Partilhar via


INDDownloadEngine Interface

Definição

Fornece o mecanismo de download do PlayReady-ND usado para transmitir conteúdo de mídia protegido de um transmissor.

public interface class INDDownloadEngine
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(757218661, 50358, 17464, 141, 70, 185, 110, 109, 15, 178, 31)]
struct INDDownloadEngine
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(757218661, 50358, 17464, 141, 70, 185, 110, 109, 15, 178, 31)]
/// [Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
struct INDDownloadEngine
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(757218661, 50358, 17464, 141, 70, 185, 110, 109, 15, 178, 31)]
public interface INDDownloadEngine
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(757218661, 50358, 17464, 141, 70, 185, 110, 109, 15, 178, 31)]
[Windows.Foundation.Metadata.Deprecated("INDDownloadEngine is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public interface INDDownloadEngine
Public Interface INDDownloadEngine
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10 (introduzida na 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v1.0)

Propriedades

BufferFullMaxThresholdInSamples

Obtém o limite máximo do buffer de exemplo.

BufferFullMinThresholdInSamples

Obtém o número mínimo de amostras que um buffer de exemplo pode conter antes que um mecanismo de download retome o download.

CanSeek

Obtém se o mecanismo de download dá suporte à busca.

Notifier

Obtém o notificador do mecanismo de download que fornecerá a notificação de eventos de fluxo de download do transmissor.

Métodos

Close()

Notifica o mecanismo de download para parar de baixar e desconectar do servidor remoto.

Open(Uri, Byte[])

Notifica o mecanismo de download para abrir o conteúdo especificado por uma URL.

Pause()

Notifica o mecanismo de download para pausar o download.

Resume()

Notifica o mecanismo de download para retomar um download em pausa.

Seek(TimeSpan)

Notifica o mecanismo de download para ir para uma posição de tempo especificada no fluxo de mídia.

Aplica-se a