Struct winapi::d3d11::ID3D11VideoProcessorVtbl [] [src]

pub struct ID3D11VideoProcessorVtbl {
    pub parent: ID3D11DeviceChildVtbl,
    pub GetContentDesc: unsafe extern "system" fn(This: *mut ID3D11VideoProcessor, pDesc: *mut D3D11_VIDEO_PROCESSOR_CONTENT_DESC),
    pub GetRateConversionCaps: unsafe extern "system" fn(This: *mut ID3D11VideoProcessor, pCaps: *mut D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS),
}

Fields

parent: ID3D11DeviceChildVtbl GetContentDesc: unsafe extern "system" fn(This: *mut ID3D11VideoProcessor, pDesc: *mut D3D11_VIDEO_PROCESSOR_CONTENT_DESC) GetRateConversionCaps: unsafe extern "system" fn(This: *mut ID3D11VideoProcessor, pCaps: *mut D3D11_VIDEO_PROCESSOR_RATE_CONVERSION_CAPS)