Home
last modified time | relevance | path

Searched refs:InterleavedChannelCount (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/KernelStreaming/
H A Dmod.rs410 pub InterleavedChannelCount: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs6219 pub InterleavedChannelCount: u32, field
6236 .field("InterleavedChannelCount", &self.InterleavedChannelCount) in fmt()
6244 …ChannelMask == other.PrimaryChannelMask && self.InterleavedChannelCount == other.InterleavedChanne… in eq()