Skip to content

Commit

Permalink
shipei
Browse files Browse the repository at this point in the history
  • Loading branch information
Nero-Hu committed Nov 20, 2024
1 parent 3a62680 commit 22fecc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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>
<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">
<pt/>
<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

0 comments on commit 22fecc1

Please sign in to comment.