Struct windows::Win32::Media::MediaFoundation::IDXVAHD_VideoProcessor_Vtbl
#[repr(C)]pub struct IDXVAHD_VideoProcessor_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetVideoProcessBltState: unsafe extern "system" fn(_: *mut c_void, _: DXVAHD_BLT_STATE, _: u32, _: *const c_void) -> HRESULT,
pub GetVideoProcessBltState: unsafe extern "system" fn(_: *mut c_void, _: DXVAHD_BLT_STATE, _: u32, _: *mut c_void) -> HRESULT,
pub SetVideoProcessStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: DXVAHD_STREAM_STATE, _: u32, _: *const c_void) -> HRESULT,
pub GetVideoProcessStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: DXVAHD_STREAM_STATE, _: u32, _: *mut c_void) -> HRESULT,
pub VideoProcessBltHD: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: *const DXVAHD_STREAM_DATA) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetVideoProcessBltState: unsafe extern "system" fn(_: *mut c_void, _: DXVAHD_BLT_STATE, _: u32, _: *const c_void) -> HRESULT
§GetVideoProcessBltState: unsafe extern "system" fn(_: *mut c_void, _: DXVAHD_BLT_STATE, _: u32, _: *mut c_void) -> HRESULT
§SetVideoProcessStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: DXVAHD_STREAM_STATE, _: u32, _: *const c_void) -> HRESULT
§GetVideoProcessStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: DXVAHD_STREAM_STATE, _: u32, _: *mut c_void) -> HRESULT
§VideoProcessBltHD: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: *const DXVAHD_STREAM_DATA) -> HRESULT
Implementations§
§impl IDXVAHD_VideoProcessor_Vtbl
impl IDXVAHD_VideoProcessor_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXVAHD_VideoProcessor_Vtblwhere
Identity: IDXVAHD_VideoProcessor_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXVAHD_VideoProcessor_Vtbl
impl RefUnwindSafe for IDXVAHD_VideoProcessor_Vtbl
impl Send for IDXVAHD_VideoProcessor_Vtbl
impl Sync for IDXVAHD_VideoProcessor_Vtbl
impl Unpin for IDXVAHD_VideoProcessor_Vtbl
impl UnwindSafe for IDXVAHD_VideoProcessor_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