Struct IWMVideoMediaProps_Vtbl
#[repr(C)]pub struct IWMVideoMediaProps_Vtbl {
pub base__: IWMMediaProps_Vtbl,
pub GetMaxKeyFrameSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub SetMaxKeyFrameSpacing: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub GetQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetQuality: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IWMMediaProps_Vtbl
§GetMaxKeyFrameSpacing: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§SetMaxKeyFrameSpacing: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§GetQuality: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetQuality: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IWMVideoMediaProps_Vtbl
impl IWMVideoMediaProps_Vtbl
pub const fn new<Identity: IWMVideoMediaProps_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMVideoMediaProps_Vtbl
impl RefUnwindSafe for IWMVideoMediaProps_Vtbl
impl Send for IWMVideoMediaProps_Vtbl
impl Sync for IWMVideoMediaProps_Vtbl
impl Unpin for IWMVideoMediaProps_Vtbl
impl UnwindSafe for IWMVideoMediaProps_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more