Home
last modified time | relevance | path

Searched defs:IGraphBuilder (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/common/
H A Ddirectshowglobal.h93 DECLARE_INTERFACE_(IFilterGraph2 ,IGraphBuilder) in DECLARE_INTERFACE_() argument
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmediactrl_am.cpp769 struct IGraphBuilder : public IFilterGraph struct
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/
H A Dtvi_dshow.h382 DECLARE_INTERFACE(IGraphBuilder) in DECLARE_INTERFACE() argument
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/
H A Dtvi_dshow.h382 DECLARE_INTERFACE(IGraphBuilder) in DECLARE_INTERFACE() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h279 typedef interface IGraphBuilder IGraphBuilder; typedef
281 interface IGraphBuilder; variable
4106 typedef interface IGraphBuilder IGraphBuilder; typedef
4108 interface IGraphBuilder; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h279 typedef interface IGraphBuilder IGraphBuilder; typedef
281 interface IGraphBuilder; variable
4106 typedef interface IGraphBuilder IGraphBuilder; typedef
4108 interface IGraphBuilder; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs36424 impl ::std::convert::From<IFilterGraph2> for IGraphBuilder { implementation
36429 impl ::std::convert::From<&IFilterGraph2> for IGraphBuilder { implementation
36435 fn into_param(self) -> ::windows::runtime::Param<'a, IGraphBuilder> { in into_param() argument
36440 fn into_param(self) -> ::windows::runtime::Param<'a, IGraphBuilder> { in into_param() argument
36613 impl ::std::convert::From<IFilterGraph3> for IGraphBuilder { implementation
36618 impl ::std::convert::From<&IFilterGraph3> for IGraphBuilder { implementation
36624 fn into_param(self) -> ::windows::runtime::Param<'a, IGraphBuilder> { in into_param() argument
36629 fn into_param(self) -> ::windows::runtime::Param<'a, IGraphBuilder> { in into_param() argument
37754 pub struct IGraphBuilder(::windows::runtime::IUnknown); struct
37755 impl IGraphBuilder { impl
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs5236 pub type IGraphBuilder = *mut ::core::ffi::c_void; typedef