mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 05:58:35 +02:00
fixing compile error
This commit is contained in:
parent
b3d704fa61
commit
e0fe11056e
1 changed files with 0 additions and 40 deletions
|
@ -263,46 +263,6 @@ signals:
|
||||||
*/
|
*/
|
||||||
void pushToTalkHMDChanged(bool enabled);
|
void pushToTalkHMDChanged(bool enabled);
|
||||||
|
|
||||||
/**jsdoc
|
|
||||||
* Triggered when desktop audio input is muted or unmuted.
|
|
||||||
* @function Audio.desktopMutedChanged
|
|
||||||
* @param {boolean} isMuted - <code>true</code> if the audio input is muted for desktop mode, otherwise <code>false</code>.
|
|
||||||
* @returns {Signal}
|
|
||||||
*/
|
|
||||||
void desktopMutedChanged(bool isMuted);
|
|
||||||
|
|
||||||
/**jsdoc
|
|
||||||
* Triggered when HMD audio input is muted or unmuted.
|
|
||||||
* @function Audio.hmdMutedChanged
|
|
||||||
* @param {boolean} isMuted - <code>true</code> if the audio input is muted for HMD mode, otherwise <code>false</code>.
|
|
||||||
* @returns {Signal}
|
|
||||||
*/
|
|
||||||
void hmdMutedChanged(bool isMuted);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Triggered when Push-to-Talk has been enabled or disabled.
|
|
||||||
* @function Audio.pushToTalkChanged
|
|
||||||
* @param {boolean} enabled - <code>true</code> if Push-to-Talk is enabled, otherwise <code>false</code>.
|
|
||||||
* @returns {Signal}
|
|
||||||
*/
|
|
||||||
void pushToTalkChanged(bool enabled);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Triggered when Push-to-Talk has been enabled or disabled for desktop mode.
|
|
||||||
* @function Audio.pushToTalkDesktopChanged
|
|
||||||
* @param {boolean} enabled - <code>true</code> if Push-to-Talk is emabled for Desktop mode, otherwise <code>false</code>.
|
|
||||||
* @returns {Signal}
|
|
||||||
*/
|
|
||||||
void pushToTalkDesktopChanged(bool enabled);
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Triggered when Push-to-Talk has been enabled or disabled for HMD mode.
|
|
||||||
* @function Audio.pushToTalkHMDChanged
|
|
||||||
* @param {boolean} enabled - <code>true</code> if Push-to-Talk is emabled for HMD mode, otherwise <code>false</code>.
|
|
||||||
* @returns {Signal}
|
|
||||||
*/
|
|
||||||
void pushToTalkHMDChanged(bool enabled);
|
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* Triggered when the audio input noise reduction is enabled or disabled.
|
* Triggered when the audio input noise reduction is enabled or disabled.
|
||||||
* @function Audio.noiseReductionChanged
|
* @function Audio.noiseReductionChanged
|
||||||
|
|
Loading…
Reference in a new issue