pub trait IBasicVideo2_Impl: Sized + IBasicVideo_Impl {
    // Required method
    fn GetPreferredAspectRatio(
        &self,
        plaspectx: *mut i32,
        plaspecty: *mut i32
    ) -> Result<()>;
}

Required Methods§

fn GetPreferredAspectRatio( &self, plaspectx: *mut i32, plaspecty: *mut i32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§