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 摘要。