#[repr(C)]pub struct KSAUDIO_PACKETSIZE_CONSTRAINTS2 {
pub MinPacketPeriodInHns: u32,
pub PacketSizeFileAlignment: u32,
pub MaxPacketSizeInBytes: u32,
pub NumProcessingModeConstraints: u32,
pub ProcessingModeConstraints: [_KSAUDIO_PACKETSIZE_SIGNALPROCESSINGMODE_CONSTRAINT; 1],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
MinPacketPeriodInHns: u32
PacketSizeFileAlignment: u32
MaxPacketSizeInBytes: u32
NumProcessingModeConstraints: u32
ProcessingModeConstraints: [_KSAUDIO_PACKETSIZE_SIGNALPROCESSINGMODE_CONSTRAINT; 1]
Trait Implementations
impl Clone for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Clone for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Copy for KSAUDIO_PACKETSIZE_CONSTRAINTS2
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Send for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Sync for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl Unpin for KSAUDIO_PACKETSIZE_CONSTRAINTS2
impl UnwindSafe for KSAUDIO_PACKETSIZE_CONSTRAINTS2
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