[][src]Struct windows_media_transcoding_bindings::windows::media::core::IVideoStreamDescriptor

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

Implementations

impl IVideoStreamDescriptor[src]

pub fn encoding_properties(&self) -> Result<VideoEncodingProperties>[src]

pub fn is_selected(&self) -> Result<bool>[src]

pub fn set_name<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    value: T0__
) -> Result<()>
[src]

pub fn name(&self) -> Result<HString>[src]

pub fn set_language<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    value: T0__
) -> Result<()>
[src]

pub fn language(&self) -> Result<HString>[src]

Trait Implementations

impl AbiTransferable for IVideoStreamDescriptor[src]

type Abi = RawComPtr<Self>

impl Clone for IVideoStreamDescriptor[src]

impl ComInterface for IVideoStreamDescriptor[src]

type VTable = abi_IVideoStreamDescriptor

impl Debug for IVideoStreamDescriptor[src]

impl Default for IVideoStreamDescriptor[src]

impl<'_> From<&'_ IVideoStreamDescriptor> for IMediaStreamDescriptor[src]

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

impl<'_> From<&'_ VideoStreamDescriptor> for IVideoStreamDescriptor[src]

impl From<IVideoStreamDescriptor> for IMediaStreamDescriptor[src]

impl From<IVideoStreamDescriptor> for Object[src]

impl From<VideoStreamDescriptor> for IVideoStreamDescriptor[src]

impl<'a> Into<Param<'a, IMediaStreamDescriptor>> for IVideoStreamDescriptor[src]

impl<'a> Into<Param<'a, IMediaStreamDescriptor>> for &'a IVideoStreamDescriptor[src]

impl PartialEq<IVideoStreamDescriptor> for IVideoStreamDescriptor[src]

impl RuntimeType for IVideoStreamDescriptor[src]

Auto Trait Implementations

impl RefUnwindSafe for IVideoStreamDescriptor

impl !Send for IVideoStreamDescriptor

impl !Sync for IVideoStreamDescriptor

impl Unpin for IVideoStreamDescriptor

impl UnwindSafe for IVideoStreamDescriptor

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.