Struct windows_sys::Win32::Media::KernelStreaming::KS_FRAMING_RANGE
[−]#[repr(C)]pub struct KS_FRAMING_RANGE {
pub MinFrameSize: u32,
pub MaxFrameSize: u32,
pub Stepping: u32,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
MinFrameSize: u32MaxFrameSize: u32Stepping: u32