pub trait IMSVidEncoder_Impl: Sized + IMSVidFeature_Impl {
    // Required methods
    fn VideoEncoderInterface(&self) -> Result<IUnknown>;
    fn AudioEncoderInterface(&self) -> Result<IUnknown>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§