INDDownloadEngine.Seek(TimeSpan) Méthode
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.
Avertit le moteur de téléchargement d’accéder à une position de temps spécifiée dans le flux multimédia.
public:
void Seek(TimeSpan startPosition);
void Seek(TimeSpan const& startPosition);
/// [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")]
void Seek(TimeSpan const& startPosition);
public void Seek(System.TimeSpan startPosition);
[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 void Seek(System.TimeSpan startPosition);
function seek(startPosition)
Public Sub Seek (startPosition As TimeSpan)
Paramètres
- Attributs