Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdatypes.h94 typedef enum BDA_Channel { enum
96 } BDA_Channel; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdatypes.h94 typedef enum BDA_Channel { enum
96 } BDA_Channel; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs1560 pub type BDA_Channel = i32; typedef
1561 pub const BDA_UNDEFINED_CHANNEL: BDA_Channel = -1i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs3660 pub struct BDA_Channel(pub i32); struct
3661 pub const BDA_UNDEFINED_CHANNEL: BDA_Channel = BDA_Channel(-1i32);
3662 impl ::std::convert::From<i32> for BDA_Channel { implementation
3667 unsafe impl ::windows::runtime::Abi for BDA_Channel { implementation