Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs9200 pub SourceLighting: MFVideoLighting,
9226 pub type MFVideoLighting = i32; typedef
9227 pub const MFVideoLighting_Unknown: MFVideoLighting = 0i32;
9228 pub const MFVideoLighting_bright: MFVideoLighting = 1i32;
9229 pub const MFVideoLighting_office: MFVideoLighting = 2i32;
9230 pub const MFVideoLighting_dim: MFVideoLighting = 3i32;
9231 pub const MFVideoLighting_dark: MFVideoLighting = 4i32;
9232 pub const MFVideoLighting_Last: MFVideoLighting = 5i32;
9233 pub const MFVideoLighting_ForceDWORD: MFVideoLighting = 2147483647i32;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h2740 } MFVideoLighting; typedef
2832 MFVideoLighting SourceLighting;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmfobjects.h2740 } MFVideoLighting; typedef
2832 MFVideoLighting SourceLighting;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs47633 pub SourceLighting: MFVideoLighting,
47721 pub struct MFVideoLighting(pub i32);
47722 pub const MFVideoLighting_Unknown: MFVideoLighting = MFVideoLighting(0i32);
47723 pub const MFVideoLighting_bright: MFVideoLighting = MFVideoLighting(1i32);
47724 pub const MFVideoLighting_office: MFVideoLighting = MFVideoLighting(2i32);
47725 pub const MFVideoLighting_dim: MFVideoLighting = MFVideoLighting(3i32);
47726 pub const MFVideoLighting_dark: MFVideoLighting = MFVideoLighting(4i32);
47727 pub const MFVideoLighting_Last: MFVideoLighting = MFVideoLighting(5i32);
47728 pub const MFVideoLighting_ForceDWORD: MFVideoLighting = MFVideoLighting(2147483647i32);
47729 impl ::std::convert::From<i32> for MFVideoLighting {
[all …]