Struct windows::Win32::Graphics::Direct3D11::ID3D11VideoDevice_Vtbl
#[repr(C)]pub struct ID3D11VideoDevice_Vtbl {Show 18 fields
pub base__: IUnknown_Vtbl,
pub CreateVideoDecoder: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *mut *mut c_void) -> HRESULT,
pub CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateAuthenticatedChannel: unsafe extern "system" fn(_: *mut c_void, _: D3D11_AUTHENTICATED_CHANNEL_TYPE, _: *mut *mut c_void) -> HRESULT,
pub CreateCryptoSession: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub CreateVideoDecoderOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT,
pub CreateVideoProcessorInputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT,
pub CreateVideoProcessorOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT,
pub CreateVideoProcessorEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_CONTENT_DESC, _: *mut *mut c_void) -> HRESULT,
pub GetVideoDecoderProfileCount: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetVideoDecoderProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT,
pub CheckVideoDecoderFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: DXGI_FORMAT, _: *mut BOOL) -> HRESULT,
pub GetVideoDecoderConfigCount: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *mut u32) -> HRESULT,
pub GetVideoDecoderConfig: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: u32, _: *mut D3D11_VIDEO_DECODER_CONFIG) -> HRESULT,
pub GetContentProtectionCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut D3D11_VIDEO_CONTENT_PROTECTION_CAPS) -> HRESULT,
pub CheckCryptoKeyExchange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *mut GUID) -> HRESULT,
pub SetPrivateData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void) -> HRESULT,
pub SetPrivateDataInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateVideoDecoder: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *const D3D11_VIDEO_DECODER_CONFIG, _: *mut *mut c_void) -> HRESULT
§CreateVideoProcessor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§CreateAuthenticatedChannel: unsafe extern "system" fn(_: *mut c_void, _: D3D11_AUTHENTICATED_CHANNEL_TYPE, _: *mut *mut c_void) -> HRESULT
§CreateCryptoSession: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§CreateVideoDecoderOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT
§CreateVideoProcessorInputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT
§CreateVideoProcessorOutputView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_OUTPUT_VIEW_DESC, _: *mut *mut c_void) -> HRESULT
§CreateVideoProcessorEnumerator: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_PROCESSOR_CONTENT_DESC, _: *mut *mut c_void) -> HRESULT
§GetVideoDecoderProfileCount: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetVideoDecoderProfile: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT
§CheckVideoDecoderFormat: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: DXGI_FORMAT, _: *mut BOOL) -> HRESULT
§GetVideoDecoderConfigCount: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: *mut u32) -> HRESULT
§GetVideoDecoderConfig: unsafe extern "system" fn(_: *mut c_void, _: *const D3D11_VIDEO_DECODER_DESC, _: u32, _: *mut D3D11_VIDEO_DECODER_CONFIG) -> HRESULT
§GetContentProtectionCaps: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut D3D11_VIDEO_CONTENT_PROTECTION_CAPS) -> HRESULT
§CheckCryptoKeyExchange: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: *mut GUID) -> HRESULT
§SetPrivateData: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void) -> HRESULT
§SetPrivateDataInterface: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT
Implementations§
§impl ID3D11VideoDevice_Vtbl
impl ID3D11VideoDevice_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID3D11VideoDevice_Vtblwhere
Identity: ID3D11VideoDevice_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID3D11VideoDevice_Vtbl
impl RefUnwindSafe for ID3D11VideoDevice_Vtbl
impl Send for ID3D11VideoDevice_Vtbl
impl Sync for ID3D11VideoDevice_Vtbl
impl Unpin for ID3D11VideoDevice_Vtbl
impl UnwindSafe for ID3D11VideoDevice_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