Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfapi.h429 } MFVideo3DFormat; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfapi.h429 } MFVideo3DFormat; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs8965 pub type MFVideo3DFormat = i32; typedef
8966 pub const MFVideo3DSampleFormat_BaseView: MFVideo3DFormat = 0i32;
8967 pub const MFVideo3DSampleFormat_MultiView: MFVideo3DFormat = 1i32;
8968 pub const MFVideo3DSampleFormat_Packed_LeftRight: MFVideo3DFormat = 2i32;
8969 pub const MFVideo3DSampleFormat_Packed_TopBottom: MFVideo3DFormat = 3i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs47232 pub struct MFVideo3DFormat(pub i32);
47233 pub const MFVideo3DSampleFormat_BaseView: MFVideo3DFormat = MFVideo3DFormat(0i32);
47234 pub const MFVideo3DSampleFormat_MultiView: MFVideo3DFormat = MFVideo3DFormat(1i32);
47235 pub const MFVideo3DSampleFormat_Packed_LeftRight: MFVideo3DFormat = MFVideo3DFormat(2i32);
47236 pub const MFVideo3DSampleFormat_Packed_TopBottom: MFVideo3DFormat = MFVideo3DFormat(3i32);
47237 impl ::std::convert::From<i32> for MFVideo3DFormat {
47242 unsafe impl ::windows::runtime::Abi for MFVideo3DFormat {