INDDownloadEngine Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit le moteur de téléchargement PlayReady-ND utilisé pour diffuser en continu du contenu multimédia protégé à partir d’un émetteur.
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
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Propriétés
BufferFullMaxThresholdInSamples |
Obtient le seuil maximal de l’exemple de mémoire tampon. |
BufferFullMinThresholdInSamples |
Obtient le nombre minimal d’exemples qu’un exemple de mémoire tampon peut contenir avant la reprise du téléchargement d’un moteur de téléchargement. |
CanSeek |
Obtient si le moteur de téléchargement prend en charge la recherche. |
Notifier |
Obtient le notificateur du moteur de téléchargement qui fournira une notification des événements de flux de téléchargement à partir de l’émetteur. |
Méthodes
Close() |
Avertit le moteur de téléchargement d’arrêter le téléchargement et de se déconnecter du serveur distant. |
Open(Uri, Byte[]) |
Avertit le moteur de téléchargement d’ouvrir le contenu spécifié par une URL. |
Pause() |
Avertit le moteur de téléchargement de suspendre le téléchargement. |
Resume() |
Avertit le moteur de téléchargement de reprendre un téléchargement suspendu. |
Seek(TimeSpan) |
Avertit le moteur de téléchargement d’accéder à une position de temps spécifiée dans le flux multimédia. |