Home
last modified time | relevance | path

Searched refs:DVDSPExt (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs3000 pub type DVDSPExt = i32; typedef
3001 pub const dvdSPExt_NotSpecified: DVDSPExt = 0i32;
3002 pub const dvdSPExt_Caption_Normal: DVDSPExt = 1i32;
3003 pub const dvdSPExt_Caption_Big: DVDSPExt = 2i32;
3004 pub const dvdSPExt_Caption_Children: DVDSPExt = 3i32;
3005 pub const dvdSPExt_CC_Normal: DVDSPExt = 5i32;
3006 pub const dvdSPExt_CC_Big: DVDSPExt = 6i32;
3007 pub const dvdSPExt_CC_Children: DVDSPExt = 7i32;
3008 pub const dvdSPExt_Forced: DVDSPExt = 9i32;
3009 pub const dvdSPExt_DirectorComments_Normal: DVDSPExt = 13i32;
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs6793 pub const dvdSPExt_NotSpecified: DVDSPExt = DVDSPExt(0i32);
6794 pub const dvdSPExt_Caption_Normal: DVDSPExt = DVDSPExt(1i32);
6795 pub const dvdSPExt_Caption_Big: DVDSPExt = DVDSPExt(2i32);
6796 pub const dvdSPExt_Caption_Children: DVDSPExt = DVDSPExt(3i32);
6797 pub const dvdSPExt_CC_Normal: DVDSPExt = DVDSPExt(5i32);
6798 pub const dvdSPExt_CC_Big: DVDSPExt = DVDSPExt(6i32);
6799 pub const dvdSPExt_CC_Children: DVDSPExt = DVDSPExt(7i32);
6800 pub const dvdSPExt_Forced: DVDSPExt = DVDSPExt(9i32);
6801 pub const dvdSPExt_DirectorComments_Normal: DVDSPExt = DVDSPExt(13i32);
6802 pub const dvdSPExt_DirectorComments_Big: DVDSPExt = DVDSPExt(14i32);
[all …]