pub trait IMSVidClosedCaptioning2_Impl: Sized + IMSVidClosedCaptioning_Impl {
    // Required methods
    fn Service(&self) -> Result<MSVidCCService>;
    fn SetService(&self, on: MSVidCCService) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§