#[repr(C)]pub struct IMFVideoProcessorControl3_Vtbl {
pub base__: IMFVideoProcessorControl2_Vtbl,
pub GetNaturalOutputType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnableSphericalVideoProcessing: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: MFVideoSphericalFormat, _: MFVideoSphericalProjectionMode) -> HRESULT,
pub SetSphericalVideoProperties: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT,
pub SetOutputDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IMFVideoProcessorControl2_Vtbl
§GetNaturalOutputType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnableSphericalVideoProcessing: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: MFVideoSphericalFormat, _: MFVideoSphericalProjectionMode) -> HRESULT
§SetSphericalVideoProperties: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: f32, _: f32, _: f32) -> HRESULT
§SetOutputDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IMFVideoProcessorControl3_Vtbl
impl IMFVideoProcessorControl3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFVideoProcessorControl3_Vtblwhere
Identity: IMFVideoProcessorControl3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFVideoProcessorControl3_Vtbl
impl RefUnwindSafe for IMFVideoProcessorControl3_Vtbl
impl Send for IMFVideoProcessorControl3_Vtbl
impl Sync for IMFVideoProcessorControl3_Vtbl
impl Unpin for IMFVideoProcessorControl3_Vtbl
impl UnwindSafe for IMFVideoProcessorControl3_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