pub trait IMSVidClosedCaptioning_Impl: Sized + IMSVidFeature_Impl {
    // Required methods
    fn Enable(&self) -> Result<VARIANT_BOOL>;
    fn SetEnable(&self, on: VARIANT_BOOL) -> Result<()>;
}

Required Methods§

fn Enable(&self) -> Result<VARIANT_BOOL>

fn SetEnable(&self, on: VARIANT_BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§