module PlaceOS::Driver::Interface::Muteable
Included Modules
Defined in:
placeos-driver/interface/muteable.crInstance Method Summary
-
#mute(state : Bool = true, index : Int32 | String = 0, layer : MuteLayer = MuteLayer::AudioVideo)
When implementing muteable, these should be the preferred defaults
- #mute_audio(state : Bool = true, index : Int32 | String = 0)
- #mute_video(state : Bool = true, index : Int32 | String = 0)
- #unmute(index : Int32 | String = 0, layer : MuteLayer = MuteLayer::AudioVideo)