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

Have there been any changes to the video frame interface?

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3
Forks
4
PR merge metrics
No merged PRs in 30d

Description

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
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.