module

PlaceOS::Driver::Interface::AudioMuteable

Splitting up the interfaces allows logic modules to check if the device supports the required level of muting. Allowing to it to fallback to an intermediary device like a switcher if required. i.e. input -> switcher -> LCD (only supporting audio mute) a logic module can check if the output supports video muting and fall back to the mute function of the switcher

Instance methods

mute_audio(state : Bool = true, index : Int32 | String = 0)
Source
unmute_audio(index : Int32 | String = 0)
Source