Struct windows_sys::Win32::Media::DirectShow::MPE_ELEMENT
[−]#[repr(C, packed(1))]pub struct MPE_ELEMENT {
pub pid: u16,
pub bComponentTag: u8,
pub pNext: *mut MPE_ELEMENT,
}Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
pid: u16bComponentTag: u8pNext: *mut MPE_ELEMENT