gtk4::subclass::media_stream

Trait 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)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§