Struct windows::Win32::Media::MediaFoundation::IDirectXVideoProcessor_Vtbl
#[repr(C)]pub struct IDirectXVideoProcessor_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetVideoProcessorService: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetCreationParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut DXVA2_VideoDesc, _: *mut D3DFORMAT, _: *mut u32) -> HRESULT,
pub GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT,
pub GetProcAmpRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT,
pub GetFilterPropertyRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT,
pub VideoProcessBlt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const DXVA2_VideoProcessBltParams, _: *const DXVA2_VideoSample, _: u32, _: *mut HANDLE) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetVideoProcessorService: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetCreationParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut DXVA2_VideoDesc, _: *mut D3DFORMAT, _: *mut u32) -> HRESULT
§GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT
§GetProcAmpRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT
§GetFilterPropertyRange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT
§VideoProcessBlt: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const DXVA2_VideoProcessBltParams, _: *const DXVA2_VideoSample, _: u32, _: *mut HANDLE) -> HRESULT
Implementations§
§impl IDirectXVideoProcessor_Vtbl
impl IDirectXVideoProcessor_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectXVideoProcessor_Vtblwhere
Identity: IDirectXVideoProcessor_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectXVideoProcessor_Vtbl
impl RefUnwindSafe for IDirectXVideoProcessor_Vtbl
impl Send for IDirectXVideoProcessor_Vtbl
impl Sync for IDirectXVideoProcessor_Vtbl
impl Unpin for IDirectXVideoProcessor_Vtbl
impl UnwindSafe for IDirectXVideoProcessor_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