Home
last modified time | relevance | path

Searched refs:IDVEnc (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h11155 typedef struct IDVEnc IDVEnc; typedef
12891 struct IDVEnc : public IUnknown { struct
12899 HRESULT (WINAPI *QueryInterface)(IDVEnc *This,REFIID riid,void **ppvObject);
12900 ULONG (WINAPI *AddRef)(IDVEnc *This);
12901 ULONG (WINAPI *Release)(IDVEnc *This);
12902 …HRESULT (WINAPI *get_IFormatResolution)(IDVEnc *This,int *VideoFormat,int *DVFormat,int *Resolutio…
12903 …HRESULT (WINAPI *put_IFormatResolution)(IDVEnc *This,int VideoFormat,int DVFormat,int Resolution,B…
12906 struct IDVEnc { struct
12917 …HRESULT WINAPI IDVEnc_get_IFormatResolution_Proxy(IDVEnc *This,int *VideoFormat,int *DVFormat,int …
12919 …HRESULT WINAPI IDVEnc_put_IFormatResolution_Proxy(IDVEnc *This,int VideoFormat,int DVFormat,int Re…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h11155 typedef struct IDVEnc IDVEnc; typedef
12891 struct IDVEnc : public IUnknown { struct
12899 HRESULT (WINAPI *QueryInterface)(IDVEnc *This,REFIID riid,void **ppvObject);
12900 ULONG (WINAPI *AddRef)(IDVEnc *This);
12901 ULONG (WINAPI *Release)(IDVEnc *This);
12902 …HRESULT (WINAPI *get_IFormatResolution)(IDVEnc *This,int *VideoFormat,int *DVFormat,int *Resolutio…
12903 …HRESULT (WINAPI *put_IFormatResolution)(IDVEnc *This,int VideoFormat,int DVFormat,int Resolution,B…
12906 struct IDVEnc { struct
12917 …HRESULT WINAPI IDVEnc_get_IFormatResolution_Proxy(IDVEnc *This,int *VideoFormat,int *DVFormat,int …
12919 …HRESULT WINAPI IDVEnc_put_IFormatResolution_Proxy(IDVEnc *This,int VideoFormat,int DVFormat,int Re…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs5128 pub type IDVEnc = *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.rs28839 pub struct IDVEnc(::windows::runtime::IUnknown); struct
28840 impl IDVEnc { impl
28848 unsafe impl ::windows::runtime::Interface for IDVEnc { implementation
28852 impl ::std::convert::From<IDVEnc> for ::windows::runtime::IUnknown {
28853 fn from(value: IDVEnc) -> Self { in from()
28857 impl ::std::convert::From<&IDVEnc> for ::windows::runtime::IUnknown {
28858 fn from(value: &IDVEnc) -> Self { in from()
28862 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IDVEnc { implementation
28867 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IDVEnc { implementation