#[repr(C)]
pub struct IMFDeviceTransform_Vtbl {
Show 21 fields pub base__: IUnknown_Vtbl, pub InitializeTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetInputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT, pub GetInputCurrentType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT, pub GetInputStreamAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT, pub GetOutputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT, pub GetOutputCurrentType: 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 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 ProcessEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT, pub ProcessInput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT, pub ProcessMessage: unsafe extern "system" fn(_: *mut c_void, _: MFT_MESSAGE_TYPE, _: usize) -> HRESULT, pub ProcessOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut MFT_OUTPUT_DATA_BUFFER, _: *mut u32) -> HRESULT, pub SetInputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: DeviceStreamState, _: u32) -> HRESULT, pub GetInputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DeviceStreamState) -> HRESULT, pub SetOutputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: DeviceStreamState, _: u32) -> HRESULT, pub GetOutputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DeviceStreamState) -> HRESULT, pub GetInputStreamPreferredState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DeviceStreamState, _: *mut *mut c_void) -> HRESULT, pub FlushInputStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT, pub FlushOutputStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§InitializeTransform: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetInputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT§GetInputCurrentType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§GetInputStreamAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§GetOutputAvailableType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT§GetOutputCurrentType: 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§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§ProcessEvent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT§ProcessInput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT§ProcessMessage: unsafe extern "system" fn(_: *mut c_void, _: MFT_MESSAGE_TYPE, _: usize) -> HRESULT§ProcessOutput: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut MFT_OUTPUT_DATA_BUFFER, _: *mut u32) -> HRESULT§SetInputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: DeviceStreamState, _: u32) -> HRESULT§GetInputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DeviceStreamState) -> HRESULT§SetOutputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: DeviceStreamState, _: u32) -> HRESULT§GetOutputStreamState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DeviceStreamState) -> HRESULT§GetInputStreamPreferredState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DeviceStreamState, _: *mut *mut c_void) -> HRESULT§FlushInputStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT§FlushOutputStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT

Implementations§

§

impl IMFDeviceTransform_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IMFDeviceTransform_Impl, const OFFSET: isize>( ) -> IMFDeviceTransform_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.