Struct windows::Win32::Media::MediaFoundation::IDXVAHD_Device_Vtbl
#[repr(C)]pub struct IDXVAHD_Device_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateVideoSurface: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: D3DFORMAT, _: D3DPOOL, _: u32, _: DXVAHD_SURFACE_TYPE, _: u32, _: *mut *mut c_void, _: *mut HANDLE) -> HRESULT,
pub GetVideoProcessorDeviceCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut DXVAHD_VPDEVCAPS) -> HRESULT,
pub GetVideoProcessorOutputFormats: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut D3DFORMAT) -> HRESULT,
pub GetVideoProcessorInputFormats: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut D3DFORMAT) -> HRESULT,
pub GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DXVAHD_VPCAPS) -> HRESULT,
pub GetVideoProcessorCustomRates: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *mut DXVAHD_CUSTOM_RATE_DATA) -> HRESULT,
pub GetVideoProcessorFilterRange: unsafe extern "system" fn(_: *mut c_void, _: DXVAHD_FILTER, _: *mut DXVAHD_FILTER_RANGE_DATA) -> HRESULT,
pub CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateVideoSurface: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: D3DFORMAT, _: D3DPOOL, _: u32, _: DXVAHD_SURFACE_TYPE, _: u32, _: *mut *mut c_void, _: *mut HANDLE) -> HRESULT
§GetVideoProcessorDeviceCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut DXVAHD_VPDEVCAPS) -> HRESULT
§GetVideoProcessorOutputFormats: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut D3DFORMAT) -> HRESULT
§GetVideoProcessorInputFormats: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut D3DFORMAT) -> HRESULT
§GetVideoProcessorCaps: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DXVAHD_VPCAPS) -> HRESULT
§GetVideoProcessorCustomRates: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *mut DXVAHD_CUSTOM_RATE_DATA) -> HRESULT
§GetVideoProcessorFilterRange: unsafe extern "system" fn(_: *mut c_void, _: DXVAHD_FILTER, _: *mut DXVAHD_FILTER_RANGE_DATA) -> HRESULT
§CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDXVAHD_Device_Vtbl
impl IDXVAHD_Device_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDXVAHD_Device_Vtblwhere
Identity: IDXVAHD_Device_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDXVAHD_Device_Vtbl
impl RefUnwindSafe for IDXVAHD_Device_Vtbl
impl Send for IDXVAHD_Device_Vtbl
impl Sync for IDXVAHD_Device_Vtbl
impl Unpin for IDXVAHD_Device_Vtbl
impl UnwindSafe for IDXVAHD_Device_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