pub trait IWMVideoDecoderHurryup_Impl: Sized {
    // Required methods
    fn SetHurryup(&self, lhurryup: i32) -> Result<()>;
    fn GetHurryup(&self, plhurryup: *mut i32) -> Result<()>;
}

Required Methods§

fn SetHurryup(&self, lhurryup: i32) -> Result<()>

fn GetHurryup(&self, plhurryup: *mut i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§