MuteStateController

Type Alias MuteStateController 

Source
pub type MuteStateController = TransitableStateController<Stable, Transition>;
Expand description

Aliased Type§

pub struct MuteStateController { /* private fields */ }

Implementations§

Source§

impl MuteStateController

Source

pub fn muted(&self) -> bool

Indicates whether TransitableStateController’s mute state is in mute_state::Stable::Muted.

Source

pub fn unmuted(&self) -> bool

Indicates whether TransitableStateController’s mute state is in mute_state::Stable::Unmuted.