pub trait MediaGetTimeSource: Sized {
    fn get_time(&mut self) -> i64;
}

Required Methods

Implementors