Skip to content

Have there been any changes to the video frame interface? #2

@345ml

Description

@345ml

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

{
  width: 640,
  height: 360,
  yStride: 640,
  uStride: 320,
  vStride: 320
}

After

{
  width: 360,
  height: 640,
  yStride: 368,
  uStride: 184,
  vStride: 184
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions