pub struct CodecSubtypes;

Implementations§

§

impl CodecSubtypes

pub fn VideoFormatDV25() -> Result<HSTRING>

pub fn VideoFormatDV50() -> Result<HSTRING>

pub fn VideoFormatDvc() -> Result<HSTRING>

pub fn VideoFormatDvh1() -> Result<HSTRING>

pub fn VideoFormatDvhD() -> Result<HSTRING>

pub fn VideoFormatDvsd() -> Result<HSTRING>

pub fn VideoFormatDvsl() -> Result<HSTRING>

pub fn VideoFormatH263() -> Result<HSTRING>

pub fn VideoFormatH264() -> Result<HSTRING>

pub fn VideoFormatH265() -> Result<HSTRING>

pub fn VideoFormatH264ES() -> Result<HSTRING>

pub fn VideoFormatHevc() -> Result<HSTRING>

pub fn VideoFormatHevcES() -> Result<HSTRING>

pub fn VideoFormatM4S2() -> Result<HSTRING>

pub fn VideoFormatMjpg() -> Result<HSTRING>

pub fn VideoFormatMP43() -> Result<HSTRING>

pub fn VideoFormatMP4S() -> Result<HSTRING>

pub fn VideoFormatMP4V() -> Result<HSTRING>

pub fn VideoFormatMpeg2() -> Result<HSTRING>

pub fn VideoFormatVP80() -> Result<HSTRING>

pub fn VideoFormatVP90() -> Result<HSTRING>

pub fn VideoFormatMpg1() -> Result<HSTRING>

pub fn VideoFormatMss1() -> Result<HSTRING>

pub fn VideoFormatMss2() -> Result<HSTRING>

pub fn VideoFormatWmv1() -> Result<HSTRING>

pub fn VideoFormatWmv2() -> Result<HSTRING>

pub fn VideoFormatWmv3() -> Result<HSTRING>

pub fn VideoFormatWvc1() -> Result<HSTRING>

pub fn VideoFormat420O() -> Result<HSTRING>

pub fn AudioFormatAac() -> Result<HSTRING>

pub fn AudioFormatAdts() -> Result<HSTRING>

pub fn AudioFormatAlac() -> Result<HSTRING>

pub fn AudioFormatAmrNB() -> Result<HSTRING>

pub fn AudioFormatAmrWB() -> Result<HSTRING>

pub fn AudioFormatAmrWP() -> Result<HSTRING>

pub fn AudioFormatDolbyAC3() -> Result<HSTRING>

pub fn AudioFormatDolbyAC3Spdif() -> Result<HSTRING>

pub fn AudioFormatDolbyDDPlus() -> Result<HSTRING>

pub fn AudioFormatDrm() -> Result<HSTRING>

pub fn AudioFormatDts() -> Result<HSTRING>

pub fn AudioFormatFlac() -> Result<HSTRING>

pub fn AudioFormatFloat() -> Result<HSTRING>

pub fn AudioFormatMP3() -> Result<HSTRING>

pub fn AudioFormatMPeg() -> Result<HSTRING>

pub fn AudioFormatMsp1() -> Result<HSTRING>

pub fn AudioFormatOpus() -> Result<HSTRING>

pub fn AudioFormatPcm() -> Result<HSTRING>

pub fn AudioFormatWmaSpdif() -> Result<HSTRING>

pub fn AudioFormatWMAudioLossless() -> Result<HSTRING>

pub fn AudioFormatWMAudioV8() -> Result<HSTRING>

pub fn AudioFormatWMAudioV9() -> Result<HSTRING>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.