Metodo IAMTVAudio::RegisterNotificationCallBack (strmif.h)
[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation. Queste funzionalità sono state ottimizzate per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi MediaPlayer, IMFMediaEngine e Audio/Video Capture in Media Foundation invece di DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.
Il RegisterNotificationCallBack
metodo consente a un oggetto che implementa l'interfaccia IAMTunerNotification di ricevere notifiche degli eventi quando il tuner cambia stato.
Questo metodo non è implementato.
Sintassi
HRESULT RegisterNotificationCallBack(
[in] IAMTunerNotification *pNotify,
[in] long lEvents
);
Parametri
[in] pNotify
Puntatore all'interfaccia IAMTunerNotification che riceverà le notifiche degli eventi.
[in] lEvents
Flag che indica che si è verificato un evento.
Valore restituito
Restituisce E_NOTIMPL.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | strmif.h (include Dshow.h) |
Libreria | Strmiids.lib |