Struct IMediaTranscoder_Vtbl
#[repr(C)]pub struct IMediaTranscoder_Vtbl {Show 16 fields
pub base__: IInspectable_Vtbl,
pub SetTrimStartTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub TrimStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetTrimStopTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub TrimStopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetAlwaysReencode: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AlwaysReencode: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetHardwareAccelerationEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub HardwareAccelerationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub AddAudioEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddAudioEffectWithSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool, _: *mut c_void) -> HRESULT,
pub AddVideoEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddVideoEffectWithSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool, _: *mut c_void) -> HRESULT,
pub ClearEffects: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub PrepareFileTranscodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PrepareStreamTranscodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetTrimStartTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§TrimStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetTrimStopTime: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§TrimStopTime: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetAlwaysReencode: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§AlwaysReencode: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetHardwareAccelerationEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§HardwareAccelerationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§AddAudioEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AddAudioEffectWithSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool, _: *mut c_void) -> HRESULT§AddVideoEffect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AddVideoEffectWithSettings: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool, _: *mut c_void) -> HRESULT§ClearEffects: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§PrepareFileTranscodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§PrepareStreamTranscodeAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMediaTranscoder_Vtbl
impl RefUnwindSafe for IMediaTranscoder_Vtbl
impl Send for IMediaTranscoder_Vtbl
impl Sync for IMediaTranscoder_Vtbl
impl Unpin for IMediaTranscoder_Vtbl
impl UnwindSafe for IMediaTranscoder_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