Home
last modified time | relevance | path

Searched refs:IAMTunerNotification (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/access/dshow/
H A Dvlc_dshow.h312 #define INTERFACE IAMTunerNotification
313 DECLARE_INTERFACE_( IAMTunerNotification, IUnknown) in DECLARE_INTERFACE_() argument
342 STDMETHOD(RegisterNotificationCallBack) (THIS_ IAMTunerNotification *, long); in DECLARE_INTERFACE_()
343 STDMETHOD(UnRegisterNotificationCallBack) (THIS_ IAMTunerNotification *); in DECLARE_INTERFACE_()
369 STDMETHOD(RegisterNotificationCallBack) (THIS_ IAMTunerNotification*, long); in DECLARE_INTERFACE_()
370 STDMETHOD(UnRegisterNotificationCallBack) (THIS_ IAMTunerNotification*); in DECLARE_INTERFACE_()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h535 typedef interface IAMTunerNotification IAMTunerNotification; typedef
537 interface IAMTunerNotification; variable
10050 IAMTunerNotification : public IUnknown
10065 IAMTunerNotification *This,
10070 IAMTunerNotification *This);
10073 IAMTunerNotification *This);
10077 IAMTunerNotification *This,
10083 interface IAMTunerNotification {
10181 IAMTunerNotification *notify,
10266 IAMTunerNotification *notify,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h535 typedef interface IAMTunerNotification IAMTunerNotification; typedef
537 interface IAMTunerNotification; variable
10050 IAMTunerNotification : public IUnknown
10065 IAMTunerNotification *This,
10070 IAMTunerNotification *This);
10073 IAMTunerNotification *This);
10077 IAMTunerNotification *This,
10083 interface IAMTunerNotification {
10181 IAMTunerNotification *notify,
10266 IAMTunerNotification *notify,
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dtvi_dshow.h39 typedef struct IAMTunerNotification *LPAMTUNERNOTIFICATION;
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dtvi_dshow.h39 typedef struct IAMTunerNotification *LPAMTUNERNOTIFICATION;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs4989 pub type IAMTunerNotification = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs13717 …otificationCallBack<'a, Param0: ::windows::runtime::IntoParam<'a, IAMTunerNotification>>(&self, pn… in UnRegisterNotificationCallBack()
13850 …otificationCallBack<'a, Param0: ::windows::runtime::IntoParam<'a, IAMTunerNotification>>(&self, pn… in UnRegisterNotificationCallBack()
14254 pub struct IAMTunerNotification(::windows::runtime::IUnknown); struct
14255 impl IAMTunerNotification { impl
14260 unsafe impl ::windows::runtime::Interface for IAMTunerNotification { implementation
14264 impl ::std::convert::From<IAMTunerNotification> for ::windows::runtime::IUnknown {
14265 fn from(value: IAMTunerNotification) -> Self { in from()
14269 impl ::std::convert::From<&IAMTunerNotification> for ::windows::runtime::IUnknown {
14270 fn from(value: &IAMTunerNotification) -> Self { in from()
14274 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAMTunerNotification { implementation
[all …]
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201133107 DShow: declare the IAMTunerNotification interface