Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Api fix 0921 #3342

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading