Agora Server Gateway SDK Java API Reference
Loading...
Searching...
No Matches
io.agora.rtc.RemoteVideoStreamInfo Class Reference

Public Member Functions

 RemoteVideoStreamInfo ()
 
 RemoteVideoStreamInfo (int uid, byte streamType, byte currentDownscaleLevel, byte totalDownscaleLevelCounts)
 
int getUid ()
 
void setUid (int uid)
 
byte getStreamType ()
 
void setStreamType (byte streamType)
 
byte getCurrentDownscaleLevel ()
 
void setCurrentDownscaleLevel (byte currentDownscaleLevel)
 
byte getTotalDownscaleLevelCounts ()
 
void setTotalDownscaleLevelCounts (byte totalDownscaleLevelCounts)
 

Private Attributes

int uid
 
byte streamType
 
byte currentDownscaleLevel
 
byte totalDownscaleLevelCounts
 

Constructor & Destructor Documentation

◆ RemoteVideoStreamInfo() [1/2]

io.agora.rtc.RemoteVideoStreamInfo.RemoteVideoStreamInfo ( )

◆ RemoteVideoStreamInfo() [2/2]

io.agora.rtc.RemoteVideoStreamInfo.RemoteVideoStreamInfo ( int uid,
byte streamType,
byte currentDownscaleLevel,
byte totalDownscaleLevelCounts )

Member Function Documentation

◆ getCurrentDownscaleLevel()

byte io.agora.rtc.RemoteVideoStreamInfo.getCurrentDownscaleLevel ( )

◆ getStreamType()

byte io.agora.rtc.RemoteVideoStreamInfo.getStreamType ( )

◆ getTotalDownscaleLevelCounts()

byte io.agora.rtc.RemoteVideoStreamInfo.getTotalDownscaleLevelCounts ( )

◆ getUid()

int io.agora.rtc.RemoteVideoStreamInfo.getUid ( )

◆ setCurrentDownscaleLevel()

void io.agora.rtc.RemoteVideoStreamInfo.setCurrentDownscaleLevel ( byte currentDownscaleLevel)

◆ setStreamType()

void io.agora.rtc.RemoteVideoStreamInfo.setStreamType ( byte streamType)

◆ setTotalDownscaleLevelCounts()

void io.agora.rtc.RemoteVideoStreamInfo.setTotalDownscaleLevelCounts ( byte totalDownscaleLevelCounts)

◆ setUid()

void io.agora.rtc.RemoteVideoStreamInfo.setUid ( int uid)

Member Data Documentation

◆ currentDownscaleLevel

byte io.agora.rtc.RemoteVideoStreamInfo.currentDownscaleLevel
private

◆ streamType

byte io.agora.rtc.RemoteVideoStreamInfo.streamType
private

◆ totalDownscaleLevelCounts

byte io.agora.rtc.RemoteVideoStreamInfo.totalDownscaleLevelCounts
private

◆ uid

int io.agora.rtc.RemoteVideoStreamInfo.uid
private

The documentation for this class was generated from the following file: