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

#[repr(transparent)]pub struct IMediaTranscoder2 { /* fields omitted */ }

Implementations

impl IMediaTranscoder2[src]

pub fn prepare_media_stream_source_transcode_async<'a, T0__: Into<Param<'a, IMediaSource>>, T1__: Into<Param<'a, IRandomAccessStream>>, T2__: Into<Param<'a, MediaEncodingProfile>>>(
    &self,
    source: T0__,
    destination: T1__,
    profile: T2__
) -> Result<IAsyncOperation<PrepareTranscodeResult>>
[src]

pub fn set_video_processing_algorithm(
    &self,
    value: MediaVideoProcessingAlgorithm
) -> Result<()>
[src]

pub fn video_processing_algorithm(
    &self
) -> Result<MediaVideoProcessingAlgorithm>
[src]

Trait Implementations

impl AbiTransferable for IMediaTranscoder2[src]

type Abi = RawComPtr<Self>

impl Clone for IMediaTranscoder2[src]

impl ComInterface for IMediaTranscoder2[src]

type VTable = abi_IMediaTranscoder2

impl Debug for IMediaTranscoder2[src]

impl Default for IMediaTranscoder2[src]

impl<'_> From<&'_ IMediaTranscoder2> for Object[src]

impl<'_> From<&'_ MediaTranscoder> for IMediaTranscoder2[src]

impl From<IMediaTranscoder2> for Object[src]

impl From<MediaTranscoder> for IMediaTranscoder2[src]

impl PartialEq<IMediaTranscoder2> for IMediaTranscoder2[src]

impl RuntimeType for IMediaTranscoder2[src]

Auto Trait Implementations

impl RefUnwindSafe for IMediaTranscoder2

impl !Send for IMediaTranscoder2

impl !Sync for IMediaTranscoder2

impl Unpin for IMediaTranscoder2

impl UnwindSafe for IMediaTranscoder2

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.