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

Required Methods

Implementors