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

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IMFTransform_Impl, const OFFSET: isize>( ) -> IMFTransform_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.