Home
last modified time | relevance | path

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

/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/dmo/
H A Ddmo_interfaces.h135 typedef struct IMediaObjectInPlace IMediaObjectInPlace; typedef
151 struct IMediaObjectInPlace { IMediaObjectInPlace_vt* vt; }; argument
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/dmo/
H A Ddmo_interfaces.h135 typedef struct IMediaObjectInPlace IMediaObjectInPlace; typedef
151 struct IMediaObjectInPlace { IMediaObjectInPlace_vt* vt; }; struct
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmediaobj.h47 typedef interface IMediaObjectInPlace IMediaObjectInPlace; typedef
49 interface IMediaObjectInPlace; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmediaobj.h47 typedef interface IMediaObjectInPlace IMediaObjectInPlace; typedef
49 interface IMediaObjectInPlace; variable
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/dmo/
H A DDMOPlugin.h18 typedef interface IMediaObjectInPlace IMediaObjectInPlace; typedef
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/dmo/
H A Ddmo_interfaces.h135 typedef struct _IMediaObjectInPlace IMediaObjectInPlace; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DxMediaObjects/
H A Dmod.rs114 pub type IMediaObjectInPlace = *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.rs57213 pub struct IMediaObjectInPlace(::windows::runtime::IUnknown); struct
57214 impl IMediaObjectInPlace { impl
57218 pub unsafe fn Clone(&self) -> ::windows::runtime::Result<IMediaObjectInPlace> { in Clone()
57227 unsafe impl ::windows::runtime::Interface for IMediaObjectInPlace { implementation
57241 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IMediaObjectInPlace { implementation
57246 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IMediaObjectInPlace { implementation