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

Public Attributes

uid_t uid
 
VIDEO_STREAM_TYPE stream_type
 
REMOTE_VIDEO_DOWNSCALE_LEVEL current_downscale_level
 
uint8_t total_downscale_level_counts
 

Member Data Documentation

◆ uid

uid_t agora::rtc::RemoteVideoStreamInfo::uid

The ID of the user who owns the remote video stream.

◆ stream_type

VIDEO_STREAM_TYPE agora::rtc::RemoteVideoStreamInfo::stream_type

The remote video stream type: #VIDEO_STREAM_TYPE.

◆ current_downscale_level

REMOTE_VIDEO_DOWNSCALE_LEVEL agora::rtc::RemoteVideoStreamInfo::current_downscale_level

The remote video downscale type: #REMOTE_VIDEO_DOWNSCALE_LEVEL.

◆ total_downscale_level_counts

uint8_t agora::rtc::RemoteVideoStreamInfo::total_downscale_level_counts

Total downscale level counts.