[−][src]Struct windows_media_transcoding_bindings::windows::media::transcoding::abi_IMediaTranscoder
Fields
set_trim_start_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: TimeSpan) -> ErrorCodetrim_start_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut TimeSpan) -> ErrorCodeset_trim_stop_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: TimeSpan) -> ErrorCodetrim_stop_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut TimeSpan) -> ErrorCodeset_always_reencode: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: bool) -> ErrorCodealways_reencode: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut bool) -> ErrorCodeset_hardware_acceleration_enabled: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: bool) -> ErrorCodehardware_acceleration_enabled: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut bool) -> ErrorCodeadd_audio_effect: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, activatable_class_id: <HString as AbiTransferable>::Abi) -> ErrorCodeadd_audio_effect_with_settings: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, activatable_class_id: <HString as AbiTransferable>::Abi, effect_required: bool, configuration: <IPropertySet as AbiTransferable>::Abi) -> ErrorCodeadd_video_effect: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, activatable_class_id: <HString as AbiTransferable>::Abi) -> ErrorCodeadd_video_effect_with_settings: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, activatable_class_id: <HString as AbiTransferable>::Abi, effect_required: bool, configuration: <IPropertySet as AbiTransferable>::Abi) -> ErrorCodeclear_effects: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>) -> ErrorCodeprepare_file_transcode_async: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, source: <IStorageFile as AbiTransferable>::Abi, destination: <IStorageFile as AbiTransferable>::Abi, profile: <MediaEncodingProfile as AbiTransferable>::Abi, result__: *mut <IAsyncOperation<PrepareTranscodeResult> as AbiTransferable>::Abi) -> ErrorCodeprepare_stream_transcode_async: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, source: <IRandomAccessStream as AbiTransferable>::Abi, destination: <IRandomAccessStream as AbiTransferable>::Abi, profile: <MediaEncodingProfile as AbiTransferable>::Abi, result__: *mut <IAsyncOperation<PrepareTranscodeResult> as AbiTransferable>::Abi) -> ErrorCodeAuto Trait Implementations
impl RefUnwindSafe for abi_IMediaTranscoder
impl Send for abi_IMediaTranscoder
impl Sync for abi_IMediaTranscoder
impl Unpin for abi_IMediaTranscoder
impl UnwindSafe for abi_IMediaTranscoder
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,