pub trait MediaGetStateSource: Sized {
    fn get_state(&mut self) -> MediaState;
}

Required Methods

Implementors