Skip to content

Commit

Permalink
resolve review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Suri539 committed Jul 8, 2024
1 parent 3ebee82 commit b66a4c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions dita/RTC-NG/API/api_irtcengine_startaudiomixing.dita
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,8 @@
<section id="parameters" deliveryTarget="details">
<title>参数</title>
<parml>
<plentry conkeyref="playEffect2/filepath" props="unity cs">
<pt />
<pd />
</plentry>
<plentry props="native unreal bp" conkeyref="playEffect3/filepath">

<plentry props="native unreal bp unity cs" conkeyref="playEffect3/filepath">
<pt/>
<pd/>
</plentry>
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/api_irtcengine_startaudiomixing2.dita
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</section>
<section id="related" deliveryTarget="details">
<title>相关回调</title>
<p id="audiomixing_detailed">调用该方法成功播放音乐文件后,本地会触发 <xref keyref="onAudioMixingStateChanged" /><codeph>(<ph keyref="AUDIO_MIXING_STATE_PLAYING" />)</codeph> 回调。播放结束后,本地会触发 <apiname keyref="onAudioMixingStateChanged" />(<codeph><ph keyref="AUDIO_MIXING_STATE_STOPPED" /></codeph>) 回调。</p>
<p id="audiomixing_detailed">调用该方法成功播放音乐文件后,本地会触发 <xref keyref="onAudioMixingStateChanged" />(<codeph><ph keyref="AUDIO_MIXING_STATE_PLAYING" /></codeph>) 回调。播放结束后,本地会触发 <apiname keyref="onAudioMixingStateChanged" />(<codeph><ph keyref="AUDIO_MIXING_STATE_STOPPED" /></codeph>) 回调。</p>
</section>
<section id="parameters" deliveryTarget="details">
<title>参数</title>
Expand Down

0 comments on commit b66a4c9

Please sign in to comment.