-
Notifications
You must be signed in to change notification settings - Fork 19
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
4.2.4 bugfix 1102 #3408
Merged
Merged
4.2.4 bugfix 1102 #3408
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b095f49
remove redundant whitespace
jinyuagora d12c86c
modify call sequence
jinyuagora dd3e6ca
RN: remove onAudioDeviceVolumeChanged
Nero-Hu bde82d0
fix 裸数据+faceUnity黑屏的问题
3980cbd
Merge branch '4.2.4-bugfix-1102' of github.com:AgoraIO/agora_doc_sour…
de9ee19
audiostate&streaminfo
Suri539 f9a4909
Merge branch '4.2.4-bugfix-1102' of github.com:AgoraIO/agora_doc_sour…
Suri539 72d88a1
resolve review comments
30df01f
fix blank spaces
Nero-Hu 4022074
Merge branch '4.2.4-bugfix-1102' of https://github.com/AgoraIO/agora_…
Nero-Hu 4c93b95
sync desc
a80a69f
fix
Suri539 cbf32a1
Merge branch '4.2.4-bugfix-1102' of github.com:AgoraIO/agora_doc_sour…
Suri539 518fcd1
Update api_irtcengine_setcameracapturerconfiguration.dita
jinyuagora 2e04a6f
Merge branch '4.2.4-bugfix-1102' of https://github.com/AgoraIO/agora_…
jinyuagora 4d0473d
fix props
8f7be0b
fix releations
Nero-Hu f789b22
Merge branch '4.2.4-bugfix-1102' of https://github.com/AgoraIO/agora_…
Nero-Hu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
<p props="native unreal bp unity electron rn cs">完成前处理后,你可以在该回调中直接修改 <parmname>videoFrame</parmname>,并将返回值设置为 <codeph><ph keyref="true"/></codeph>,即可将修改后的视频数据发送给 SDK。</p> | ||
<note type="attention" id="note"> | ||
<ul> | ||
<li>此处获取的视频数据未经过前处理,如水印、裁剪、旋转和美颜等。</li> | ||
<li>此处获取的视频数据未经过水印、裁剪和旋转等前处理。</li> | ||
<li>如果你获取到的视频数据类型为 RGBA,SDK 不支持对 alpha 通道的值进行处理。</li> | ||
<li props="flutter">由于 Flutter 框架的限制,该回调不支持将处理后的视频数据发送回 SDK。</li> | ||
</ul></note> </section> | ||
|
@@ -51,9 +51,9 @@ | |
<pd>视频帧数据。详见 <xref keyref="VideoFrame"/>。 | ||
<note>通过该回调获取的视频帧数据格式默认值如下: | ||
<ul> | ||
<li props="android cpp unreal bp rn unity flutter">Android:texture</li> | ||
<li props="ios cpp unreal bp rn unity flutter">iOS:cvPixelBuffer</li> | ||
<li props="mac cpp unreal bp electron unity flutter">macOS:YUV 420</li> | ||
<li props="android cpp unreal bp rn unity flutter">Android:I420 或 RGB 纹理格式</li> | ||
<li props="ios cpp unreal bp rn unity flutter">iOS:I420 或 CVPixelBufferRef</li> | ||
<li props="mac cpp unreal bp electron unity flutter">macOS:I420 或 CVPixelBufferRef</li> | ||
<li props="cpp unreal bp electron unity flutter cs">Windows:YUV 420</li></ul></note></pd> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 问了 AI,统一干掉空格 |
||
</plentry> | ||
</parml> </section> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
甚至特意给unity写了,不过unity这个callback_ivideoframeobserver_getvideoformatpreference似乎没放出来
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对的,写完后查到框架都没有,忘了干掉它