pub type MuteStateController = TransitableStateController<Stable, Transition>;Expand description
TransitableStateController for the mute_state.
Aliased Type§
pub struct MuteStateController { /* private fields */ }Implementations§
Source§impl MuteStateController
impl MuteStateController
Sourcepub fn muted(&self) -> bool
pub fn muted(&self) -> bool
Indicates whether TransitableStateController’s mute state is in
mute_state::Stable::Muted.
Sourcepub fn unmuted(&self) -> bool
pub fn unmuted(&self) -> bool
Indicates whether TransitableStateController’s mute state is in
mute_state::Stable::Unmuted.