#[repr(C)]pub struct KSAUDIO_PACKETSIZE_CONSTRAINTS {
pub MinPacketPeriodInHns: u32,
pub PacketSizeFileAlignment: u32,
pub Reserved: u32,
pub NumProcessingModeConstraints: u32,
pub ProcessingModeConstraints: [KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT; 1],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields§
§MinPacketPeriodInHns: u32
§PacketSizeFileAlignment: u32
§Reserved: u32
§NumProcessingModeConstraints: u32
§ProcessingModeConstraints: [KSAUDIO_PACKETSIZE_PROCESSINGMODE_CONSTRAINT; 1]