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: u32
GetVideoProcessorRenderTargetCount: PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETCOUNT
GetVideoProcessorRenderTargets: PDXVA2SW_GETVIDEOPROCESSORRENDERTARGETS
GetVideoProcessorCaps: PDXVA2SW_GETVIDEOPROCESSORCAPS
GetVideoProcessorSubStreamFormatCount: PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATCOUNT
GetVideoProcessorSubStreamFormats: PDXVA2SW_GETVIDEOPROCESSORSUBSTREAMFORMATS
GetProcAmpRange: PDXVA2SW_GETPROCAMPRANGE
GetFilterPropertyRange: PDXVA2SW_GETFILTERPROPERTYRANGE
CreateVideoProcessDevice: PDXVA2SW_CREATEVIDEOPROCESSDEVICE
DestroyVideoProcessDevice: PDXVA2SW_DESTROYVIDEOPROCESSDEVICE
VideoProcessBeginFrame: PDXVA2SW_VIDEOPROCESSBEGINFRAME
VideoProcessEndFrame: PDXVA2SW_VIDEOPROCESSENDFRAME
VideoProcessSetRenderTarget: PDXVA2SW_VIDEOPROCESSSETRENDERTARGET
VideoProcessBlt: PDXVA2SW_VIDEOPROCESSBLT
Trait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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