Skip to content

Commit

Permalink
Electron: add get/setPlaybackDeviceMute
Browse files Browse the repository at this point in the history
  • Loading branch information
Nero-Hu committed Sep 21, 2023
1 parent b6246b6 commit ef68c48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dita/RTC-NG/RTC_NG_API_Electron.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -620,13 +620,15 @@
<topicref keyref="getPlaybackDefaultDevice" toc="no"/>
<topicref keyref="getPlaybackDevice" toc="no"/>
<topicref keyref="getPlaybackDeviceInfo" toc="no"/>
<topicref keyref="getPlaybackDeviceMute" toc="no"/>
<topicref keyref="getLoopbackDevice" toc="no"/>
<topicref keyref="getRecordingDefaultDevice" toc="no"/>
<topicref keyref="getRecordingDevice" toc="no"/>
<topicref keyref="getRecordingDeviceInfo" toc="no"/>
<topicref keyref="release_IAudioDeviceManager" toc="no"/>
<topicref keyref="setLoopbackDevice" toc="no"/>
<topicref keyref="setPlaybackDevice" toc="no"/>
<topicref keyref="setPlaybackDeviceMute" toc="no"/>
<topicref keyref="startPlaybackDeviceTest" toc="no"/>
<topicref keyref="setRecordingDevice" toc="no"/>
<topicref keyref="setRecordingDeviceVolume" toc="no"/>
Expand Down
14 changes: 14 additions & 0 deletions dita/RTC-NG/config/keys-rtc-ng-api-electron.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -2742,6 +2742,13 @@
</keywords>
</topicmeta>
</keydef>
<keydef keys="setPlaybackDeviceMute" href="../API/api_iaudiodevicemanager_setplaybackdevicemute.dita">
<topicmeta>
<keywords>
<keyword>setPlaybackDeviceMute</keyword>
</keywords>
</topicmeta>
</keydef>
<keydef keys="setRecordingDevice" href="../API/api_iaudiodevicemanager_setrecordingdevice.dita">
<topicmeta>
<keywords>
Expand Down Expand Up @@ -2805,6 +2812,13 @@
</keywords>
</topicmeta>
</keydef>
<keydef keys="getPlaybackDeviceMute" href="../API/api_iaudiodevicemanager_getplaybackdevicemute.dita">
<topicmeta>
<keywords>
<keyword>getPlaybackDeviceMute</keyword>
</keywords>
</topicmeta>
</keydef>
<keydef keys="getRecordingDevice" href="../API/api_iaudiodevicemanager_getrecordingdevice.dita">
<topicmeta>
<keywords>
Expand Down

0 comments on commit ef68c48

Please sign in to comment.