◆ 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 ) |
◆ 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 | ) |
|
◆ channelId
| java.lang.String io.agora.rtc.VideoTrackInfo.channelId |
|
private |
◆ codecType
| int io.agora.rtc.VideoTrackInfo.codecType |
|
private |
◆ encodedFrameOnly
| int io.agora.rtc.VideoTrackInfo.encodedFrameOnly |
|
private |
◆ isLocal
| int io.agora.rtc.VideoTrackInfo.isLocal |
|
private |
◆ observationPosition
| int io.agora.rtc.VideoTrackInfo.observationPosition |
|
private |
◆ ownerUid
| int io.agora.rtc.VideoTrackInfo.ownerUid |
|
private |
◆ sourceType
| int io.agora.rtc.VideoTrackInfo.sourceType |
|
private |
◆ streamType
| int io.agora.rtc.VideoTrackInfo.streamType |
|
private |
◆ trackId
| int io.agora.rtc.VideoTrackInfo.trackId |
|
private |
The documentation for this class was generated from the following file: