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

#[repr(C)]pub struct abi_IVideoProperties {
    pub rating: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCode,
    pub set_rating: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: u32) -> ErrorCode,
    pub keywords: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub width: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCode,
    pub height: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCode,
    pub duration: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut TimeSpan) -> ErrorCode,
    pub latitude: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCode,
    pub longitude: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCode,
    pub title: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_title: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub subtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_subtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub producers: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub publisher: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_publisher: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub writers: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub year: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCode,
    pub set_year: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: u32) -> ErrorCode,
    pub bitrate: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCode,
    pub directors: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub orientation: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <VideoOrientation as AbiTransferable>::Abi) -> ErrorCode,
    // some fields omitted
}

Fields

rating: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeset_rating: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: u32) -> ErrorCodekeywords: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodewidth: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeheight: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeduration: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut TimeSpan) -> ErrorCodelatitude: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCodelongitude: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCodetitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_title: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodesubtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_subtitle: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeproducers: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodepublisher: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_publisher: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodewriters: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodeyear: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodeset_year: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, value: u32) -> ErrorCodebitrate: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut u32) -> ErrorCodedirectors: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodeorientation: unsafe extern "system" fn(_: NonNullRawComPtr<IVideoProperties>, result__: *mut <VideoOrientation as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

impl RefUnwindSafe for abi_IVideoProperties

impl Send for abi_IVideoProperties

impl Sync for abi_IVideoProperties

impl Unpin for abi_IVideoProperties

impl UnwindSafe for abi_IVideoProperties

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.