MÉTHODE IMFPresentationClock ::AddClockStateSink (mfidl.h)
Inscrit un objet à notifier chaque fois que l’horloge démarre, s’arrête, s’interrompt ou change de vitesse.
Syntaxe
HRESULT AddClockStateSink(
[in] IMFClockStateSink *pStateSink
);
Paramètres
[in] pStateSink
Pointeur vers l’interface IMFClockStateSink de l’objet.
Valeur retournée
Cette méthode retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.
Code de retour | Description |
---|---|
|
S_OK |
Remarques
Avant de libérer l’objet, appelez IMFPresentationClock ::RemoveClockStateSink pour annuler l’inscription de l’objet pour les notifications de changement d’état.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | mfidl.h |
Bibliothèque | Mfuuid.lib |