Server Gateway SDK v3.7.200.21 for Linux Java
Public Member Functions | List of all members
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)
 

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)

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