Home
last modified time | relevance | path

Searched defs:AM_STREAM_INFO (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h8187 typedef struct AM_STREAM_INFO { struct
8193 } AM_STREAM_INFO; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h8187 typedef struct AM_STREAM_INFO { struct
8193 } AM_STREAM_INFO; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs891 pub struct AM_STREAM_INFO { struct
898 impl ::core::marker::Copy for AM_STREAM_INFO {} argument
899 impl ::core::clone::Clone for AM_STREAM_INFO { implementation
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dstrmif.h705 } AM_STREAM_INFO; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dstrmif.h705 } AM_STREAM_INFO; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs2356 pub struct AM_STREAM_INFO { struct
2363 impl AM_STREAM_INFO {} implementation
2364 impl ::std::default::Default for AM_STREAM_INFO { implementation
2369 impl ::std::fmt::Debug for AM_STREAM_INFO { implementation
2374 impl ::std::cmp::PartialEq for AM_STREAM_INFO { implementation
2379 impl ::std::cmp::Eq for AM_STREAM_INFO {} implementation
2380 unsafe impl ::windows::runtime::Abi for AM_STREAM_INFO { implementation
13604 pub unsafe fn GetInfo(&self) -> ::windows::runtime::Result<AM_STREAM_INFO> { in GetInfo()