Trait gstreamer_validate::prelude::BinMonitorExt

source ·
pub trait BinMonitorExt: IsA<BinMonitor> + Sealed + 'static {
    // Provided methods
    fn scenario(&self) -> Option<Scenario> { ... }
    fn is_handles_states(&self) -> bool { ... }
    fn connect_handles_states_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F,
    ) -> SignalHandlerId { ... }
}
Expand description

Trait containing all BinMonitor methods.

§Implementors

BinMonitor, PipelineMonitor

Provided Methods§

source

fn scenario(&self) -> Option<Scenario>

§Returns

The Scenario being executed under self watch

source

fn is_handles_states(&self) -> bool

source

fn connect_handles_states_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId

Object Safety§

This trait is not object safe.

Implementors§