pub trait MediaSetTimeSource: Sized {
    fn set_time(&mut self, milliseconds: i64);
}

Required Methods

Implementors