[][src]Struct windows_media_transcoding_bindings::windows::media::transcoding::abi_IMediaTranscoder

#[repr(C)]pub struct abi_IMediaTranscoder {
    pub set_trim_start_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: TimeSpan) -> ErrorCode,
    pub trim_start_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut TimeSpan) -> ErrorCode,
    pub set_trim_stop_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: TimeSpan) -> ErrorCode,
    pub trim_stop_time: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut TimeSpan) -> ErrorCode,
    pub set_always_reencode: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: bool) -> ErrorCode,
    pub always_reencode: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut bool) -> ErrorCode,
    pub set_hardware_acceleration_enabled: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, value: bool) -> ErrorCode,
    pub hardware_acceleration_enabled: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, result__: *mut bool) -> ErrorCode,
    pub add_audio_effect: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, activatable_class_id: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub add_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) -> ErrorCode,
    pub add_video_effect: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>, activatable_class_id: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub add_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) -> ErrorCode,
    pub clear_effects: unsafe extern "system" fn(_: NonNullRawComPtr<IMediaTranscoder>) -> ErrorCode,
    pub prepare_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) -> ErrorCode,
    pub prepare_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) -> ErrorCode,
    // some fields omitted
}

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) -> ErrorCode

Auto 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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.