AgoraIO-Extensions / AgoraIO-Extensions/react-native-agora-rawdata
Have there been any changes to the video frame interface?
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 3
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.