Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h3866 typedef interface IAMGraphStreams IAMGraphStreams; typedef
3868 interface IAMGraphStreams; variable
11180 typedef struct IAMGraphStreams IAMGraphStreams; typedef
13084 struct IAMGraphStreams : public IUnknown { struct
13093 HRESULT (WINAPI *QueryInterface)(IAMGraphStreams *This,REFIID riid,void **ppvObject);
13094 ULONG (WINAPI *AddRef)(IAMGraphStreams *This);
13095 ULONG (WINAPI *Release)(IAMGraphStreams *This);
13097 HRESULT (WINAPI *SyncUsingStreamOffset)(IAMGraphStreams *This,WINBOOL bUseStreamOffset);
13098 HRESULT (WINAPI *SetMaxGraphLatency)(IAMGraphStreams *This,REFERENCE_TIME rtMaxGraphLatency);
13101 struct IAMGraphStreams { struct
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h3866 typedef interface IAMGraphStreams IAMGraphStreams; typedef
3868 interface IAMGraphStreams; variable
11180 typedef struct IAMGraphStreams IAMGraphStreams; typedef
13084 struct IAMGraphStreams : public IUnknown { struct
13093 HRESULT (WINAPI *QueryInterface)(IAMGraphStreams *This,REFIID riid,void **ppvObject);
13094 ULONG (WINAPI *AddRef)(IAMGraphStreams *This);
13095 ULONG (WINAPI *Release)(IAMGraphStreams *This);
13097 HRESULT (WINAPI *SyncUsingStreamOffset)(IAMGraphStreams *This,WINBOOL bUseStreamOffset);
13098 HRESULT (WINAPI *SetMaxGraphLatency)(IAMGraphStreams *This,REFERENCE_TIME rtMaxGraphLatency);
13101 struct IAMGraphStreams { struct
[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.rs4955 pub type IAMGraphStreams = *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.rs11489 pub struct IAMGraphStreams(::windows::runtime::IUnknown); struct
11490 impl IAMGraphStreams { implementation
11502 unsafe impl ::windows::runtime::Interface for IAMGraphStreams { implementation
11506 impl ::std::convert::From<IAMGraphStreams> for ::windows::runtime::IUnknown {
11507 fn from(value: IAMGraphStreams) -> Self { in from()
11511 impl ::std::convert::From<&IAMGraphStreams> for ::windows::runtime::IUnknown {
11512 fn from(value: &IAMGraphStreams) -> Self { in from()
11516 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAMGraphStreams { implementation
11521 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAMGraphStreams { implementation