Struct winsafe::dshow::vt::IBaseFilterVT[][src]

pub struct IBaseFilterVT {
    pub IMediaFilterVT: IMediaFilterVT,
    pub EnumPins: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> i32,
    pub FindPin: fn(_: *mut *mut IUnknownVT, _: *const u16, _: *mut *mut *mut IUnknownVT) -> i32,
    pub QueryFilterInfo: fn(_: *mut *mut IUnknownVT, _: *mut c_void) -> i32,
    pub JoinFilterGraph: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: *const u16) -> i32,
    pub QueryVendorInfo: fn(_: *mut *mut IUnknownVT, _: *mut *mut u16) -> i32,
}
Expand description

IBaseFilter virtual table.

Fields

IMediaFilterVT: IMediaFilterVTEnumPins: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> i32FindPin: fn(_: *mut *mut IUnknownVT, _: *const u16, _: *mut *mut *mut IUnknownVT) -> i32QueryFilterInfo: fn(_: *mut *mut IUnknownVT, _: *mut c_void) -> i32JoinFilterGraph: fn(_: *mut *mut IUnknownVT, _: *mut *mut IUnknownVT, _: *const u16) -> i32QueryVendorInfo: fn(_: *mut *mut IUnknownVT, _: *mut *mut u16) -> i32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.