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

Have there been any changes to the video frame interface?

Abierto
#2 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Java
Estrellas
3
Forks
4
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.