Struct windows::Win32::Graphics::Direct3D11::ID3D11VideoContext1_Vtbl
#[repr(C)]pub struct ID3D11VideoContext1_Vtbl {Show 15 fields
pub base__: ID3D11VideoContext_Vtbl,
pub SubmitDecoderBuffers1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const D3D11_VIDEO_DECODER_BUFFER_DESC1) -> HRESULT,
pub GetDataForNewHardwareKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const c_void, _: *mut u64) -> HRESULT,
pub CheckCryptoSessionStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut D3D11_CRYPTO_SESSION_STATUS) -> HRESULT,
pub DecoderEnableDownsampling: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DXGI_COLOR_SPACE_TYPE, _: *const D3D11_VIDEO_SAMPLE_DESC, _: u32) -> HRESULT,
pub DecoderUpdateDownsampling: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_SAMPLE_DESC) -> HRESULT,
pub VideoProcessorSetOutputColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DXGI_COLOR_SPACE_TYPE),
pub VideoProcessorSetOutputShaderUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL),
pub VideoProcessorGetOutputColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut DXGI_COLOR_SPACE_TYPE),
pub VideoProcessorGetOutputShaderUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL),
pub VideoProcessorSetStreamColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: DXGI_COLOR_SPACE_TYPE),
pub VideoProcessorSetStreamMirror: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL, _: BOOL, _: BOOL),
pub VideoProcessorGetStreamColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut DXGI_COLOR_SPACE_TYPE),
pub VideoProcessorGetStreamMirror: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut BOOL, _: *mut BOOL, _: *mut BOOL),
pub VideoProcessorGetBehaviorHints: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: DXGI_FORMAT, _: u32, _: *const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT, _: *mut u32) -> HRESULT,
}
Fields§
§base__: ID3D11VideoContext_Vtbl
§SubmitDecoderBuffers1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const D3D11_VIDEO_DECODER_BUFFER_DESC1) -> HRESULT
§GetDataForNewHardwareKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *const c_void, _: *mut u64) -> HRESULT
§CheckCryptoSessionStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut D3D11_CRYPTO_SESSION_STATUS) -> HRESULT
§DecoderEnableDownsampling: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DXGI_COLOR_SPACE_TYPE, _: *const D3D11_VIDEO_SAMPLE_DESC, _: u32) -> HRESULT
§DecoderUpdateDownsampling: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const D3D11_VIDEO_SAMPLE_DESC) -> HRESULT
§VideoProcessorSetOutputColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DXGI_COLOR_SPACE_TYPE)
§VideoProcessorSetOutputShaderUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL)
§VideoProcessorGetOutputColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut DXGI_COLOR_SPACE_TYPE)
§VideoProcessorGetOutputShaderUsage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut BOOL)
§VideoProcessorSetStreamColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: DXGI_COLOR_SPACE_TYPE)
§VideoProcessorSetStreamMirror: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: BOOL, _: BOOL, _: BOOL)
§VideoProcessorGetStreamColorSpace1: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut DXGI_COLOR_SPACE_TYPE)
§VideoProcessorGetStreamMirror: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut BOOL, _: *mut BOOL, _: *mut BOOL)
§VideoProcessorGetBehaviorHints: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: DXGI_FORMAT, _: u32, _: *const D3D11_VIDEO_PROCESSOR_STREAM_BEHAVIOR_HINT, _: *mut u32) -> HRESULT
Implementations§
§impl ID3D11VideoContext1_Vtbl
impl ID3D11VideoContext1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID3D11VideoContext1_Vtblwhere
Identity: ID3D11VideoContext1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID3D11VideoContext1_Vtbl
impl RefUnwindSafe for ID3D11VideoContext1_Vtbl
impl Send for ID3D11VideoContext1_Vtbl
impl Sync for ID3D11VideoContext1_Vtbl
impl Unpin for ID3D11VideoContext1_Vtbl
impl UnwindSafe for ID3D11VideoContext1_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