/*! @file pushToMutePI.js @brief Contains PI for Push to Mute action @author Valentin Reinbold @copyright (c) 2021, Corsair Memory, Inc. All Rights Reserved. */ function PushToMutePI(inContext, inLanguage) { // Inherit from PI PI.call(this, inContext, inLanguage); }