Trait gtk4::subclass::media_stream::MediaStreamImplExt

source ·
pub trait MediaStreamImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_pause(&self) { ... }
    fn parent_play(&self) -> bool { ... }
    fn parent_realize(&self, surface: Surface) { ... }
    fn parent_seek(&self, timestamp: i64) { ... }
    fn parent_unrealize(&self, surface: Surface) { ... }
    fn parent_update_audio(&self, muted: bool, volume: f64) { ... }
}

Provided Methods§

source

fn parent_pause(&self)

source

fn parent_play(&self) -> bool

source

fn parent_realize(&self, surface: Surface)

source

fn parent_seek(&self, timestamp: i64)

source

fn parent_unrealize(&self, surface: Surface)

source

fn parent_update_audio(&self, muted: bool, volume: f64)

Object Safety§

This trait is not object safe.

Implementors§