PlaceOS::Driver::Interface::Muteable
Inherits PlaceOS::Driver::Interface::VideoMuteable < PlaceOS::Driver::Interface::AudioMuteable
Instance methods
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)
Sourcemute_video(state : Bool = true, index : Int32 | String = 0)
Sourceunmute(index : Int32 | String = 0, layer : MuteLayer = MuteLayer::AudioVideo)
Source