AgoraIO-Extensions / AgoraIO-Extensions/react-native-agora-rawdata

Have there been any changes to the video frame interface?

未关闭
#2 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
3
派生
4
PR 合并指标
30 天内没有已合并 PR

描述

I have found that there is a change in the value of video frames between the previous version and the latest version.
Has something changed inside Agora?

### Before
```objc
{
width: 640,
height: 360,
yStride: 640,
uStride: 320,
vStride: 320
}
```

### After
```objc
{
width: 360,
height: 640,
yStride: 368,
uStride: 184,
vStride: 184
}
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。