[][src]Struct windows_media_transcoding_bindings::windows::media::media_properties::IAudioEncodingPropertiesStatics2

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

Implementations

impl IAudioEncodingPropertiesStatics2[src]

pub fn create_alac(
    &self,
    sample_rate: u32,
    channel_count: u32,
    bits_per_sample: u32
) -> Result<AudioEncodingProperties>
[src]

pub fn create_flac(
    &self,
    sample_rate: u32,
    channel_count: u32,
    bits_per_sample: u32
) -> Result<AudioEncodingProperties>
[src]

Trait Implementations

impl AbiTransferable for IAudioEncodingPropertiesStatics2[src]

type Abi = RawComPtr<Self>

impl Clone for IAudioEncodingPropertiesStatics2[src]

impl ComInterface for IAudioEncodingPropertiesStatics2[src]

type VTable = abi_IAudioEncodingPropertiesStatics2

impl Debug for IAudioEncodingPropertiesStatics2[src]

impl Default for IAudioEncodingPropertiesStatics2[src]

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

impl From<IAudioEncodingPropertiesStatics2> for Object[src]

impl PartialEq<IAudioEncodingPropertiesStatics2> for IAudioEncodingPropertiesStatics2[src]

impl RuntimeType for IAudioEncodingPropertiesStatics2[src]

Auto Trait Implementations

impl RefUnwindSafe for IAudioEncodingPropertiesStatics2

impl !Send for IAudioEncodingPropertiesStatics2

impl !Sync for IAudioEncodingPropertiesStatics2

impl Unpin for IAudioEncodingPropertiesStatics2

impl UnwindSafe for IAudioEncodingPropertiesStatics2

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.