Struct windows::Win32::Media::MediaFoundation::IMFTransform_Vtbl
#[repr(C)]pub struct IMFTransform_Vtbl {Show 24 fields
pub base__: IUnknown_Vtbl,
pub GetStreamLimits: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetStreamCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub GetStreamIDs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: u32, _: *mut u32) -> HRESULT,
pub GetInputStreamInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFT_INPUT_STREAM_INFO) -> HRESULT,
pub GetOutputStreamInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFT_OUTPUT_STREAM_INFO) -> HRESULT,
pub GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetInputStreamAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetOutputStreamAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub DeleteInputStream: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub AddInputStreams: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32) -> HRESULT,
pub GetInputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetOutputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub SetInputType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT,
pub SetOutputType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT,
pub GetInputCurrentType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetOutputCurrentType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetInputStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetOutputStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetOutputBounds: unsafe extern "system" fn(_: *mut c_void, _: i64, _: i64) -> HRESULT,
pub ProcessEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub ProcessMessage: unsafe extern "system" fn(_: *mut c_void, _: MFT_MESSAGE_TYPE, _: usize) -> HRESULT,
pub ProcessInput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT,
pub ProcessOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut MFT_OUTPUT_DATA_BUFFER, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetStreamLimits: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT
§GetStreamCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§GetStreamIDs: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: u32, _: *mut u32) -> HRESULT
§GetInputStreamInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFT_INPUT_STREAM_INFO) -> HRESULT
§GetOutputStreamInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MFT_OUTPUT_STREAM_INFO) -> HRESULT
§GetAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetInputStreamAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetOutputStreamAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§DeleteInputStream: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§AddInputStreams: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32) -> HRESULT
§GetInputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§GetOutputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§SetInputType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT
§SetOutputType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT
§GetInputCurrentType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetOutputCurrentType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetInputStatus: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§GetOutputStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetOutputBounds: unsafe extern "system" fn(_: *mut c_void, _: i64, _: i64) -> HRESULT
§ProcessEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§ProcessMessage: unsafe extern "system" fn(_: *mut c_void, _: MFT_MESSAGE_TYPE, _: usize) -> HRESULT
§ProcessInput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT
§ProcessOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut MFT_OUTPUT_DATA_BUFFER, _: *mut u32) -> HRESULT
Implementations§
§impl IMFTransform_Vtbl
impl IMFTransform_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFTransform_Vtblwhere
Identity: IMFTransform_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFTransform_Vtbl
impl RefUnwindSafe for IMFTransform_Vtbl
impl Send for IMFTransform_Vtbl
impl Sync for IMFTransform_Vtbl
impl Unpin for IMFTransform_Vtbl
impl UnwindSafe for IMFTransform_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