#[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_VIDEOPROCESSBLT

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.