#[repr(C)]pub struct KSAUDIOENGINE_BUFFER_SIZE_RANGE {
pub MinBufferBytes: u32,
pub MaxBufferBytes: u32,
}Expand description
Required features: "Win32_Media_KernelStreaming"
Fields§
§MinBufferBytes: u32§MaxBufferBytes: u32#[repr(C)]pub struct KSAUDIOENGINE_BUFFER_SIZE_RANGE {
pub MinBufferBytes: u32,
pub MaxBufferBytes: u32,
}Required features: "Win32_Media_KernelStreaming"
MinBufferBytes: u32§MaxBufferBytes: u32