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

shipei #3836

Merged
merged 3 commits into from
Nov 20, 2024
Merged

shipei #3836

Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/class_audiotrackconfig.dita
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct FAudioTrackConfig
</ul>
</pd>
</plentry>
<plentry>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setExternalRemoteEglContext 这个方法 cm 在分工页面标记了 bp 没有,overview 和 relations 的 props 需要处理下

<plentry props="cpp apple android unreal unity cs flutter rn electron">
<pt>enableAudioProcessing</pt>
<pd>是否启用音频处理模块:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/class_externalvideoframe.dita
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ class ExternalVideoFrame {
<pt props="ios mac">time</pt>
<pd>传入的视频帧的时间戳,以毫秒为单位。不正确的时间戳会导致丢帧或者音视频不同步。</pd>
</plentry>
<plentry props="apple cpp" conkeyref="VideoFrame/colorspace">
<plentry props="apple cpp" conkeyref="VideoFrame/colorspace" props="cpp apple unreal unity cs flutter rn electron">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

前面的 props 忘记删掉了

<pt/>
<pd/>
</plentry>
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/class_localaudiomixerconfiguration.dita
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public:
<section id="parameters">
<title><text conref="../conref/conref_api_metadata.dita#conref_api_metadata/property"/></title>
<parml>
<plentry props="cpp">
<plentry props="cpp unreal electron unity cs rn flutter">
<pt>streamCount</pt>
<pd>在本地进行合流的音频流数量。</pd>
</plentry>
Expand Down
2 changes: 1 addition & 1 deletion dita/RTC-NG/API/class_videoframe.dita
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ class VideoFrame {
<pt>pixelBuffer</pt>
<pd>将数据填充到 CVPixelBuffer。</pd>
</plentry>
<plentry id="colorspace">
<plentry id="colorspace" props="cpp ios mac android unreal unity cs flutter rn electron">
<pt>colorSpace</pt>
<pd>视频帧的色彩空间属性,默认情况下会应用 Full Range 和 BT.709 标准配置。你可以根据自定义采集、自定义渲染的业务需求进行自定义设置,详见 <xref keyref="videocolorspace-link"/>。</pd>
</plentry>
Expand Down
Loading