Home
last modified time | relevance | path

Searched refs:IAudioClockAdjustment (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daudioclient.h79 typedef interface IAudioClockAdjustment IAudioClockAdjustment; typedef
81 interface IAudioClockAdjustment; variable
1269 IAudioClockAdjustment : public IUnknown
1276 __CRT_UUID_DECL(IAudioClockAdjustment, 0xf6e4c0a0, 0x46d9, 0x4fb8, 0xbe,0x21, 0x57,0xa3,0xef,0x2b,0…
1284 IAudioClockAdjustment *This,
1289 IAudioClockAdjustment *This);
1292 IAudioClockAdjustment *This);
1296 IAudioClockAdjustment *This,
1302 interface IAudioClockAdjustment {
1319 static FORCEINLINE ULONG IAudioClockAdjustment_AddRef(IAudioClockAdjustment* This) {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daudioclient.h79 typedef interface IAudioClockAdjustment IAudioClockAdjustment; typedef
81 interface IAudioClockAdjustment; variable
1269 IAudioClockAdjustment : public IUnknown
1276 __CRT_UUID_DECL(IAudioClockAdjustment, 0xf6e4c0a0, 0x46d9, 0x4fb8, 0xbe,0x21, 0x57,0xa3,0xef,0x2b,0…
1284 IAudioClockAdjustment *This,
1289 IAudioClockAdjustment *This);
1292 IAudioClockAdjustment *This);
1296 IAudioClockAdjustment *This,
1302 interface IAudioClockAdjustment {
1319 static FORCEINLINE ULONG IAudioClockAdjustment_AddRef(IAudioClockAdjustment* This) {
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_audio/
H A Decore_audio_obj_out_wasapi.c128 IAudioClockAdjustment *adjustment; in _samplerate_changed_cb()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/Audio/
H A Dmod.rs1270 pub type IAudioClockAdjustment = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs2849 pub struct IAudioClockAdjustment(::windows::runtime::IUnknown); struct
2850 impl IAudioClockAdjustment { implementation
2855 unsafe impl ::windows::runtime::Interface for IAudioClockAdjustment { implementation
2859 impl ::std::convert::From<IAudioClockAdjustment> for ::windows::runtime::IUnknown {
2860 fn from(value: IAudioClockAdjustment) -> Self { in from()
2864 impl ::std::convert::From<&IAudioClockAdjustment> for ::windows::runtime::IUnknown {
2865 fn from(value: &IAudioClockAdjustment) -> Self { in from()
2869 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAudioClockAdjustment { implementation
2874 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAudioClockAdjustment implementation