Agora Java API Reference for Android
Public Attributes | List of all members
agora::VideoLayout Struct Reference

Layout information of a specific sub-video stream within the mixed stream. More...

#include <AgoraBase.h>

Public Attributes

const char * channelId
 
rtc::uid_t uid
 
user_id_t strUid
 
uint32_t x
 
uint32_t y
 
uint32_t width
 
uint32_t height
 
uint32_t videoState
 

Detailed Description

Layout information of a specific sub-video stream within the mixed stream.

Member Data Documentation

◆ channelId

const char* agora::VideoLayout::channelId

The channel name to which the sub-video stream belongs.

◆ uid

rtc::uid_t agora::VideoLayout::uid

User ID who published this sub-video stream.

◆ strUid

user_id_t agora::VideoLayout::strUid

Reserved for future use.

◆ x

uint32_t agora::VideoLayout::x

X-coordinate (px) of the sub-video stream on the mixing canvas. The relative lateral displacement of the top left corner of the video for video mixing to the origin (the top left corner of the canvas).

◆ y

uint32_t agora::VideoLayout::y

Y-coordinate (px) of the sub-video stream on the mixing canvas. The relative longitudinal displacement of the top left corner of the captured video to the origin (the top left corner of the canvas).

◆ width

uint32_t agora::VideoLayout::width

Width (px) of the sub-video stream.

◆ height

uint32_t agora::VideoLayout::height

Heitht (px) of the sub-video stream.

◆ videoState

uint32_t agora::VideoLayout::videoState

Status of the sub-video stream on the video mixing canvas.

  • 0: Normal. The sub-video stream has been rendered onto the mixing canvas.
  • 1: Placeholder image. The sub-video stream has no video frames and is displayed as a placeholder on the mixing canvas.
  • 2: Black image. The sub-video stream is replaced by a black image.