Condividi tramite


Metodo IAMTVAudio::UnRegisterNotificationCallBack (strmif.h)

[La funzionalità associata a questa pagina, DirectShow, è una funzionalità legacy. È stata sostituita da MediaPlayer, FMMediaEngine 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, FMMediaEngine e Audio/Video Capture in Media Foundation anziché DirectShow, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.

Il UnRegisterNotificationCallBack metodo annulla la registrazione di un oggetto per le notifiche degli eventi.

Questo metodo non è implementato.

Sintassi

HRESULT UnRegisterNotificationCallBack(
  [in] IAMTunerNotification *pNotify
);

Parametri

[in] pNotify

Puntatore all'interfaccia IAMTunerNotification specificata in una chiamata precedente a RegisterNotificationCallBack.

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

Vedi anche

Codici errore e esito positivo

Interfaccia IAMTVAudio