Struct windows_sys::Win32::Media::KernelStreaming::KSEVENT_TIME_INTERVAL
[−]#[repr(C)]pub struct KSEVENT_TIME_INTERVAL {
pub EventData: KSEVENTDATA,
pub TimeBase: i64,
pub Interval: i64,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’, ‘Win32_Foundation’
Fields
EventData: KSEVENTDATATimeBase: i64Interval: i64