io.agora.rtc.TranscodingVideoStream类 参考
构造及析构函数说明
TranscodingVideoStream() [1/2]
| io.agora.rtc.TranscodingVideoStream.TranscodingVideoStream | ( | ) |
TranscodingVideoStream() [2/2]
| io.agora.rtc.TranscodingVideoStream.TranscodingVideoStream | ( | int | sourceType, |
| int | remoteUserUid, | ||
| java.lang.String | imageUrl, | ||
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height, | ||
| int | zOrder, | ||
| double | alpha, | ||
| int | mirror ) |
成员函数说明
getAlpha()
| double io.agora.rtc.TranscodingVideoStream.getAlpha | ( | ) |
getHeight()
| int io.agora.rtc.TranscodingVideoStream.getHeight | ( | ) |
getImageUrl()
| java.lang.String io.agora.rtc.TranscodingVideoStream.getImageUrl | ( | ) |
getMirror()
| int io.agora.rtc.TranscodingVideoStream.getMirror | ( | ) |
getRemoteUserUid()
| int io.agora.rtc.TranscodingVideoStream.getRemoteUserUid | ( | ) |
getSourceType()
| int io.agora.rtc.TranscodingVideoStream.getSourceType | ( | ) |
getWidth()
| int io.agora.rtc.TranscodingVideoStream.getWidth | ( | ) |
getX()
| int io.agora.rtc.TranscodingVideoStream.getX | ( | ) |
getY()
| int io.agora.rtc.TranscodingVideoStream.getY | ( | ) |
getZOrder()
| int io.agora.rtc.TranscodingVideoStream.getZOrder | ( | ) |
setAlpha()
| void io.agora.rtc.TranscodingVideoStream.setAlpha | ( | double | alpha | ) |
setHeight()
| void io.agora.rtc.TranscodingVideoStream.setHeight | ( | int | height | ) |
setImageUrl()
| void io.agora.rtc.TranscodingVideoStream.setImageUrl | ( | java.lang.String | imageUrl | ) |
setMirror()
| void io.agora.rtc.TranscodingVideoStream.setMirror | ( | int | mirror | ) |
setRemoteUserUid()
| void io.agora.rtc.TranscodingVideoStream.setRemoteUserUid | ( | int | remoteUserUid | ) |
setSourceType()
| void io.agora.rtc.TranscodingVideoStream.setSourceType | ( | int | sourceType | ) |
setWidth()
| void io.agora.rtc.TranscodingVideoStream.setWidth | ( | int | width | ) |
setX()
| void io.agora.rtc.TranscodingVideoStream.setX | ( | int | x | ) |
setY()
| void io.agora.rtc.TranscodingVideoStream.setY | ( | int | y | ) |
setZOrder()
| void io.agora.rtc.TranscodingVideoStream.setZOrder | ( | int | zOrder | ) |
类成员变量说明
private
alpha
|
private
height
|
private
imageUrl
|
private
mirror
|
private
remoteUserUid
|
private
sourceType
|
private
width
|
private
x
|
private
y
|
private
zOrder
|