Skip to content

Commit

Permalink
Merge pull request #3342 from AgoraIO/api-fix-0921
Browse files Browse the repository at this point in the history
Api fix 0921
  • Loading branch information
Cilla-luodan authored Sep 21, 2023
2 parents fb22036 + 0963817 commit cf42f4e
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 660 deletions.
58 changes: 51 additions & 7 deletions dita/RTC-NG/API/rtc_api_overview.dita
Original file line number Diff line number Diff line change
Expand Up @@ -1013,15 +1013,15 @@
<stentry><xref keyref="setVideoDenoiserOptions"/></stentry>
<stentry><ph conkeyref="setVideoDenoiserOptions/shortdesc"/></stentry>
</strow>
<strow props="native unity rn flutter unreal bp cs">
<strow props="android ios cpp unity rn flutter unreal bp cs">
<stentry><xref keyref="enableFaceDetection"/></stentry>
<stentry><ph conkeyref="enableFaceDetection/shortdesc"/></stentry>
</strow>
<strow props="hide">
<stentry><xref keyref="onContentInspectResult"/></stentry>
<stentry><ph conkeyref="onContentInspectResult/shortdesc"/></stentry>
</strow>
<strow props="native unity rn flutter unreal bp cs">
<strow props="android ios cpp unity rn flutter unreal bp cs">
<stentry><xref keyref="onFacePositionChanged"/></stentry>
<stentry><ph conkeyref="onFacePositionChanged/shortdesc"/></stentry>
</strow>
Expand Down Expand Up @@ -2131,7 +2131,51 @@
<stentry><xref keyref="stateChanged"/></stentry>
<stentry><ph conkeyref="stateChanged/shortdesc"/></stentry>
</strow>
</simpletable>
<strow>
<stentry><xref keyref="followSystemPlaybackDevice"/></stentry>
<stentry><ph conkeyref="followSystemPlaybackDevice/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="followSystemRecordingDevice"/></stentry>
<stentry><ph conkeyref="followSystemRecordingDevice/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="startPlaybackDeviceTest"/></stentry>
<stentry><ph conkeyref="startPlaybackDeviceTest/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="stopPlaybackDeviceTest"/></stentry>
<stentry><ph conkeyref="stopPlaybackDeviceTest/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="startRecordingDeviceTest"/></stentry>
<stentry><ph conkeyref="startRecordingDeviceTest/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="stopRecordingDeviceTest"/></stentry>
<stentry><ph conkeyref="stopRecordingDeviceTest/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="startAudioDeviceLoopbackTest"/></stentry>
<stentry><ph conkeyref="startAudioDeviceLoopbackTest/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="stopAudioDeviceLoopbackTest"/></stentry>
<stentry><ph conkeyref="stopAudioDeviceLoopbackTest/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="getDefaultDevice_IAudioDeviceCollection"/></stentry>
<stentry><ph conkeyref="getDefaultDevice_IAudioDeviceCollection/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="queryCodecCapability"/></stentry>
<stentry><ph conkeyref="queryCodecCapability/shortdesc"/></stentry>
</strow>
<strow>
<stentry><xref keyref="setDevice_IVideoDeviceCollection"/></stentry>
<stentry><ph conkeyref="setDevice_IVideoDeviceCollection/shortdesc"/></stentry>
</strow>
</simpletable>
</section>
<section id="mobile_camera_control" props="android ios cpp unreal bp unity flutter rn">
<title>移动端摄像头管理</title>
Expand Down Expand Up @@ -2227,9 +2271,9 @@
</strow>
</simpletable>
</section>
<section id="pc_audio_device_management" props="cpp mac unreal bp unity flutter electron cs">
<section id="pc_audio_device_management" props="cpp unreal bp unity flutter electron cs">
<title>桌面端音频设备管理</title>
<p props="cpp unreal bp unity flutter cs">该组方法仅适用于 Windows 和 macOS 平台。</p>
<p props="cpp unreal bp unity flutter">该组方法仅适用于 Windows 和 macOS 平台。</p>
<simpletable>
<sthead>
<stentry>方法/回调</stentry>
Expand Down Expand Up @@ -2405,9 +2449,9 @@
</strow>
</simpletable>
</section>
<section id="pc_video_device_management" props="cpp mac unreal bp unity flutter electron cs" >
<section id="pc_video_device_management" props="cpp unreal bp unity flutter electron cs">
<title>桌面端视频设备管理</title>
<p props="cpp unreal bp unity flutter cs">该组方法仅适用于 Windows 和 macOS 平台。</p>
<p props="cpp unreal bp unity flutter">该组方法仅适用于 Windows 和 macOS 平台。</p>
<simpletable>
<sthead>
<stentry>方法/回调</stentry>
Expand Down
7 changes: 7 additions & 0 deletions dita/RTC-NG/API/toc_common_device.dita
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="toc_audio_basic">
<title>通用设备管理</title>
<shortdesc id="short"/>
<refbody/>
</reference>
Loading

0 comments on commit cf42f4e

Please sign in to comment.