Server Gateway SDK v3.7.200.21 for Linux Java
Public Member Functions | List of all members
io.agora.rtc.VideoTrackInfo Class Reference

Public Member Functions

 VideoTrackInfo ()
 
 VideoTrackInfo (int isLocal, int ownerUid, int trackId, java.lang.String channelId, int streamType, int codecType, int encodedFrameOnly, int sourceType, int observationPosition)
 
int getIsLocal ()
 
void setIsLocal (int isLocal)
 
int getOwnerUid ()
 
void setOwnerUid (int ownerUid)
 
int getTrackId ()
 
void setTrackId (int trackId)
 
java.lang.String getChannelId ()
 
void setChannelId (java.lang.String channelId)
 
int getStreamType ()
 
void setStreamType (int streamType)
 
int getCodecType ()
 
void setCodecType (int codecType)
 
int getEncodedFrameOnly ()
 
void setEncodedFrameOnly (int encodedFrameOnly)
 
int getSourceType ()
 
void setSourceType (int sourceType)
 
int getObservationPosition ()
 
void setObservationPosition (int observationPosition)
 

Constructor & Destructor Documentation

◆ VideoTrackInfo() [1/2]

io.agora.rtc.VideoTrackInfo.VideoTrackInfo ( )

◆ VideoTrackInfo() [2/2]

io.agora.rtc.VideoTrackInfo.VideoTrackInfo ( int  isLocal,
int  ownerUid,
int  trackId,
java.lang.String  channelId,
int  streamType,
int  codecType,
int  encodedFrameOnly,
int  sourceType,
int  observationPosition 
)

Member Function Documentation

◆ getChannelId()

java.lang.String io.agora.rtc.VideoTrackInfo.getChannelId ( )

◆ getCodecType()

int io.agora.rtc.VideoTrackInfo.getCodecType ( )

◆ getEncodedFrameOnly()

int io.agora.rtc.VideoTrackInfo.getEncodedFrameOnly ( )

◆ getIsLocal()

int io.agora.rtc.VideoTrackInfo.getIsLocal ( )

◆ getObservationPosition()

int io.agora.rtc.VideoTrackInfo.getObservationPosition ( )

◆ getOwnerUid()

int io.agora.rtc.VideoTrackInfo.getOwnerUid ( )

◆ getSourceType()

int io.agora.rtc.VideoTrackInfo.getSourceType ( )

◆ getStreamType()

int io.agora.rtc.VideoTrackInfo.getStreamType ( )

◆ getTrackId()

int io.agora.rtc.VideoTrackInfo.getTrackId ( )

◆ setChannelId()

void io.agora.rtc.VideoTrackInfo.setChannelId ( java.lang.String  channelId)

◆ setCodecType()

void io.agora.rtc.VideoTrackInfo.setCodecType ( int  codecType)

◆ setEncodedFrameOnly()

void io.agora.rtc.VideoTrackInfo.setEncodedFrameOnly ( int  encodedFrameOnly)

◆ setIsLocal()

void io.agora.rtc.VideoTrackInfo.setIsLocal ( int  isLocal)

◆ setObservationPosition()

void io.agora.rtc.VideoTrackInfo.setObservationPosition ( int  observationPosition)

◆ setOwnerUid()

void io.agora.rtc.VideoTrackInfo.setOwnerUid ( int  ownerUid)

◆ setSourceType()

void io.agora.rtc.VideoTrackInfo.setSourceType ( int  sourceType)

◆ setStreamType()

void io.agora.rtc.VideoTrackInfo.setStreamType ( int  streamType)

◆ setTrackId()

void io.agora.rtc.VideoTrackInfo.setTrackId ( int  trackId)

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