Struct windows_sys::Win32::Media::DirectShow::DXVA2SW_CALLBACKS
[−]#[repr(C)]pub struct DXVA2SW_CALLBACKS {Show 14 fields
pub Size: u32,
pub GetVideoProcessorRenderTargetCount: PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETCOUNT,
pub GetVideoProcessorRenderTargets: PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETS,
pub GetVideoProcessorCaps: PDXVA2SW_GETVIDEOPROCESSORCAPS,
pub GetVideoProcessorSubStreamFormatCount: PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNT,
pub GetVideoProcessorSubStreamFormats: PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATS,
pub GetProcAmpRange: PDXVA2SW_GETPROCAMPRANGE,
pub GetFilterPropertyRange: PDXVA2SW_GETFILTERPROPERTYRANGE,
pub CreateVideoProcessDevice: PDXVA2SW_CREATEVIDEOPROCESSDEVICE,
pub DestroyVideoProcessDevice: PDXVA2SW_DESTROYVIDEOPROCESSDEVICE,
pub VideoProcessBeginFrame: PDXVA2SW_VIDEOPROCESSBEGINFRAME,
pub VideoProcessEndFrame: PDXVA2SW_VIDEOPROCESSENDFRAME,
pub VideoProcessSetRenderTarget: PDXVA2SW_VIDEOPROCESSSETRENDERTARGET,
pub VideoProcessBlt: PDXVA2SW_VIDEOPROCESSBLT,
}Expand description
Required features: "Win32_Media_DirectShow", "Win32_Foundation", "Win32_Graphics_Direct3D9", "Win32_Media_MediaFoundation"
Fields
Size: u32GetVideoProcessorRenderTargetCount: PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETCOUNTGetVideoProcessorRenderTargets: PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETSGetVideoProcessorCaps: PDXVA2SW_GETVIDEOPROCESSORCAPSGetVideoProcessorSubStreamFormatCount: PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNTGetVideoProcessorSubStreamFormats: PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATSGetProcAmpRange: PDXVA2SW_GETPROCAMPRANGEGetFilterPropertyRange: PDXVA2SW_GETFILTERPROPERTYRANGECreateVideoProcessDevice: PDXVA2SW_CREATEVIDEOPROCESSDEVICEDestroyVideoProcessDevice: PDXVA2SW_DESTROYVIDEOPROCESSDEVICEVideoProcessBeginFrame: PDXVA2SW_VIDEOPROCESSBEGINFRAMEVideoProcessEndFrame: PDXVA2SW_VIDEOPROCESSENDFRAMEVideoProcessSetRenderTarget: PDXVA2SW_VIDEOPROCESSSETRENDERTARGETVideoProcessBlt: PDXVA2SW_VIDEOPROCESSBLTTrait Implementations
impl Clone for DXVA2SW_CALLBACKS
impl Clone for DXVA2SW_CALLBACKS
impl Copy for DXVA2SW_CALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DXVA2SW_CALLBACKS
impl Send for DXVA2SW_CALLBACKS
impl Sync for DXVA2SW_CALLBACKS
impl Unpin for DXVA2SW_CALLBACKS
impl UnwindSafe for DXVA2SW_CALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more