#[repr(C)]pub struct IDirectXVideoProcessorService_Vtbl {
pub base__: IDirectXVideoAccelerationService_Vtbl,
pub RegisterVideoProcessorSoftwareDevice: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
pub GetVideoProcessorDeviceGuids: unsafe extern "system" fn(_: *mut c_void, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut GUID) -> HRESULT,
pub GetVideoProcessorRenderTargets: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT,
pub GetVideoProcessorSubStreamFormats: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT,
pub GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT,
pub GetProcAmpRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT,
pub GetFilterPropertyRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT,
pub CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDirectXVideoAccelerationService_Vtbl
§RegisterVideoProcessorSoftwareDevice: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT
§GetVideoProcessorDeviceGuids: unsafe extern "system" fn(_: *mut c_void, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut GUID) -> HRESULT
§GetVideoProcessorRenderTargets: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT
§GetVideoProcessorSubStreamFormats: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut u32, _: *mut *mut D3DFORMAT) -> HRESULT
§GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: *mut DXVA2_VideoProcessorCaps) -> HRESULT
§GetProcAmpRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT
§GetFilterPropertyRange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut DXVA2_ValueRange) -> HRESULT
§CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const DXVA2_VideoDesc, _: D3DFORMAT, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDirectXVideoProcessorService_Vtbl
impl IDirectXVideoProcessorService_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDirectXVideoProcessorService_Vtblwhere
Identity: IDirectXVideoProcessorService_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectXVideoProcessorService_Vtbl
impl RefUnwindSafe for IDirectXVideoProcessorService_Vtbl
impl Send for IDirectXVideoProcessorService_Vtbl
impl Sync for IDirectXVideoProcessorService_Vtbl
impl Unpin for IDirectXVideoProcessorService_Vtbl
impl UnwindSafe for IDirectXVideoProcessorService_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