module

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

Source
mute_audio(state : Bool = true, index : Int32 | String = 0)
Source
mute_video(state : Bool = true, index : Int32 | String = 0)
Source
unmute(index : Int32 | String = 0, layer : MuteLayer = MuteLayer::AudioVideo)
Source

Nested types