#[repr(C)]pub struct KSAUDIO_PACKETSIZE_CONSTRAINTS {
pub MinPacketPeriodInHns: u32,
pub PacketSizeFileAlignment: u32,
pub Reserved: u32,
pub NumProcessingModeConstraints: u32,
pub ProcessingModeConstraints: [_KSAUDIO_PACKETSIZE_SIGNALPROCESSINGMODE_CONSTRAINT; 1],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
MinPacketPeriodInHns: u32
PacketSizeFileAlignment: u32
Reserved: u32
NumProcessingModeConstraints: u32
ProcessingModeConstraints: [_KSAUDIO_PACKETSIZE_SIGNALPROCESSINGMODE_CONSTRAINT; 1]
Trait Implementations
impl Clone for KSAUDIO_PACKETSIZE_CONSTRAINTS
impl Clone for KSAUDIO_PACKETSIZE_CONSTRAINTS
impl Copy for KSAUDIO_PACKETSIZE_CONSTRAINTS
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIO_PACKETSIZE_CONSTRAINTS
impl Send for KSAUDIO_PACKETSIZE_CONSTRAINTS
impl Sync for KSAUDIO_PACKETSIZE_CONSTRAINTS
impl Unpin for KSAUDIO_PACKETSIZE_CONSTRAINTS
impl UnwindSafe for KSAUDIO_PACKETSIZE_CONSTRAINTS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more