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: KSEVENTDATA§TimeBase: i64§Interval: i64