Trait gtk4::subclass::media_stream::MediaStreamImpl [−][src]
pub trait MediaStreamImpl: MediaStreamImplExt + ObjectImpl {
fn pause(&self, media_stream: &Self::Type) { ... }
fn play(&self, media_stream: &Self::Type) -> bool { ... }
fn realize(&self, media_stream: &Self::Type, surface: Surface) { ... }
fn seek(&self, media_stream: &Self::Type, timestamp: i64) { ... }
fn unrealize(&self, media_stream: &Self::Type, surface: Surface) { ... }
fn update_audio(&self, media_stream: &Self::Type, muted: bool, volume: f64) { ... }
}