[][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::VideoProperties

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

Implementations

impl VideoProperties[src]

pub fn retrieve_properties_async<'a, T0__: Into<Param<'a, IIterable<HString>>>>(
    &self,
    properties_to_retrieve: T0__
) -> Result<IAsyncOperation<IMap<HString, Object>>>
[src]

pub fn save_properties_async<'a, T0__: Into<Param<'a, IIterable<IKeyValuePair<HString, Object>>>>>(
    &self,
    properties_to_save: T0__
) -> Result<IAsyncAction>
[src]

pub fn save_properties_async_overload_default(&self) -> Result<IAsyncAction>[src]

pub fn rating(&self) -> Result<u32>[src]

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

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

pub fn width(&self) -> Result<u32>[src]

pub fn height(&self) -> Result<u32>[src]

pub fn duration(&self) -> Result<TimeSpan>[src]

pub fn latitude(&self) -> Result<IReference<f64>>[src]

pub fn longitude(&self) -> Result<IReference<f64>>[src]

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

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

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

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

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

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

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

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

pub fn year(&self) -> Result<u32>[src]

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

pub fn bitrate(&self) -> Result<u32>[src]

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

pub fn orientation(&self) -> Result<VideoOrientation>[src]

Trait Implementations

impl AbiTransferable for VideoProperties[src]

type Abi = RawComPtr<IVideoProperties>

impl Clone for VideoProperties[src]

impl ComInterface for VideoProperties[src]

type VTable = abi_IVideoProperties

impl Debug for VideoProperties[src]

impl Default for VideoProperties[src]

impl<'_> From<&'_ VideoProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ VideoProperties> for IVideoProperties[src]

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

impl From<VideoProperties> for IStorageItemExtraProperties[src]

impl From<VideoProperties> for IVideoProperties[src]

impl From<VideoProperties> for Object[src]

impl<'a> Into<Param<'a, IStorageItemExtraProperties>> for VideoProperties[src]

impl<'a> Into<Param<'a, IStorageItemExtraProperties>> for &'a VideoProperties[src]

impl<'a> Into<Param<'a, IVideoProperties>> for VideoProperties[src]

impl<'a> Into<Param<'a, IVideoProperties>> for &'a VideoProperties[src]

impl PartialEq<VideoProperties> for VideoProperties[src]

impl RuntimeName for VideoProperties[src]

impl RuntimeType for VideoProperties[src]

impl StructuralPartialEq for VideoProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for VideoProperties

impl !Send for VideoProperties

impl !Sync for VideoProperties

impl Unpin for VideoProperties

impl UnwindSafe for VideoProperties

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.