Home
last modified time | relevance | path

Searched refs:DVBSystemType (Results 1 – 7 of 7) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdatypes.h82 typedef [v1_enum] enum DVBSystemType enum
84 typedef enum DVBSystemType
92 } DVBSystemType; typedef
H A Dtuner.h2232 DVBSystemType *SysType) = 0;
2235 DVBSystemType SysType) = 0;
2367 DVBSystemType *SysType);
2371 DVBSystemType SysType);
2497 static FORCEINLINE HRESULT IDVBTuningSpace_get_SystemType(IDVBTuningSpace* This,DVBSystemType *SysT…
2500 static FORCEINLINE HRESULT IDVBTuningSpace_put_SystemType(IDVBTuningSpace* This,DVBSystemType SysTy…
2658 DVBSystemType *SysType);
2662 DVBSystemType SysType);
2803 static FORCEINLINE HRESULT IDVBTuningSpace2_put_SystemType(IDVBTuningSpace2* This,DVBSystemType Sys…
2992 DVBSystemType *SysType);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dbdatypes.h82 typedef [v1_enum] enum DVBSystemType enum
84 typedef enum DVBSystemType
92 } DVBSystemType; typedef
H A Dtuner.h2232 DVBSystemType *SysType) = 0;
2235 DVBSystemType SysType) = 0;
2367 DVBSystemType *SysType);
2371 DVBSystemType SysType);
2497 static FORCEINLINE HRESULT IDVBTuningSpace_get_SystemType(IDVBTuningSpace* This,DVBSystemType *SysT…
2500 static FORCEINLINE HRESULT IDVBTuningSpace_put_SystemType(IDVBTuningSpace* This,DVBSystemType SysTy…
2658 DVBSystemType *SysType);
2662 DVBSystemType SysType);
2803 static FORCEINLINE HRESULT IDVBTuningSpace2_put_SystemType(IDVBTuningSpace2* This,DVBSystemType Sys…
2992 DVBSystemType *SysType);
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dtv/
H A Dbdadefs.h98 typedef enum DVBSystemType enum
103 } DVBSystemType; typedef
558 virtual HRESULT __stdcall get_SystemType( DVBSystemType* p_sys_type )=0;
559 virtual HRESULT __stdcall put_SystemType( DVBSystemType sys_type )=0;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs2908 pub type DVBSystemType = i32; typedef
2909 pub const DVB_Cable: DVBSystemType = 0i32;
2910 pub const DVB_Terrestrial: DVBSystemType = 1i32;
2911 pub const DVB_Satellite: DVBSystemType = 2i32;
2912 pub const ISDB_Terrestrial: DVBSystemType = 3i32;
2913 pub const ISDB_Satellite: DVBSystemType = 4i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs6662 pub struct DVBSystemType(pub i32); struct
6663 pub const DVB_Cable: DVBSystemType = DVBSystemType(0i32);
6664 pub const DVB_Terrestrial: DVBSystemType = DVBSystemType(1i32);
6665 pub const DVB_Satellite: DVBSystemType = DVBSystemType(2i32);
6666 pub const ISDB_Terrestrial: DVBSystemType = DVBSystemType(3i32);
6667 pub const ISDB_Satellite: DVBSystemType = DVBSystemType(4i32);
6668 impl ::std::convert::From<i32> for DVBSystemType { implementation
6673 unsafe impl ::windows::runtime::Abi for DVBSystemType { implementation
26386 pub unsafe fn SystemType(&self) -> ::windows::runtime::Result<DVBSystemType> { in SystemType() argument
27405 pub unsafe fn SystemType(&self) -> ::windows::runtime::Result<DVBSystemType> { in SystemType() argument
[all …]