Struct windows::Win32::Graphics::Direct3D11::ID3D11VideoDevice1_Vtbl
#[repr(C)]pub struct ID3D11VideoDevice1_Vtbl {
pub base__: ID3D11VideoDevice_Vtbl,
pub GetCryptoSessionPrivateDataSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *const GUID, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetVideoDecoderCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: u32, _: *const DXGI_RATIONAL, _: u32, _: *const GUID, _: *mut u32) -> HRESULT,
pub CheckVideoDecoderDownsampling: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: DXGI_COLOR_SPACE_TYPE, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *const DXGI_RATIONAL, _: *const D3D11_VIDEO_SAMPLE_DESC, _: *mut BOOL, _: *mut BOOL) -> HRESULT,
pub RecommendVideoDecoderDownsampleParameters: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: DXGI_COLOR_SPACE_TYPE, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *const DXGI_RATIONAL, _: *mut D3D11_VIDEO_SAMPLE_DESC) -> HRESULT,
}
Fields§
§base__: ID3D11VideoDevice_Vtbl
§GetCryptoSessionPrivateDataSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *const GUID, _: *mut u32, _: *mut u32) -> HRESULT
§GetVideoDecoderCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: u32, _: *const DXGI_RATIONAL, _: u32, _: *const GUID, _: *mut u32) -> HRESULT
§CheckVideoDecoderDownsampling: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: DXGI_COLOR_SPACE_TYPE, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *const DXGI_RATIONAL, _: *const D3D11_VIDEO_SAMPLE_DESC, _: *mut BOOL, _: *mut BOOL) -> HRESULT
§RecommendVideoDecoderDownsampleParameters: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: DXGI_COLOR_SPACE_TYPE, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *const DXGI_RATIONAL, _: *mut D3D11_VIDEO_SAMPLE_DESC) -> HRESULT
Implementations§
§impl ID3D11VideoDevice1_Vtbl
impl ID3D11VideoDevice1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID3D11VideoDevice1_Vtblwhere
Identity: ID3D11VideoDevice1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID3D11VideoDevice1_Vtbl
impl RefUnwindSafe for ID3D11VideoDevice1_Vtbl
impl Send for ID3D11VideoDevice1_Vtbl
impl Sync for ID3D11VideoDevice1_Vtbl
impl Unpin for ID3D11VideoDevice1_Vtbl
impl UnwindSafe for ID3D11VideoDevice1_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