QNTranscodingLiveStreamingImage
Index
Core Methods
Core Methods
getUrl
- String getUrl()
-
获取图片文件 URL,仅支持 HTTP
Returns String
setUrl
- void setUrl(String url)
-
设置图片文件 URL,仅支持 HTTP
Parameters-
url: String
指定图片文件 URL,仅支持 HTTP
-
getX
- int getX()
-
获取图片在合流布局中的 x 坐标
Returns int
setX
- void setX(int x)
-
设置图片在合流布局中的 x 坐标
Parameters-
x: int
指定 x 坐标
-
getY
- int getY()
-
获取图片在合流布局中的 y 坐标
Returns int
setY
- void setY(int y)
-
设置图片在合流布局中的 y 坐标
Parameters-
y: int
指定 y 坐标
-
getWidth
- int getWidth()
-
获取图片在合流布局中的宽度
Returns int
setWidth
- void setWidth(int width)
-
设置图片在合流布局中的宽度
Parameters-
width: int
图片目标宽度
-
getHeight
- int getHeight()
-
获取图片在合流布局中的高度
Returns int
setHeight
- void setHeight(int height)
-
设置图片在合流布局中的高度
Parameters-
height: int
图片目标高度
-
文档反馈
(如有产品使用问题,请 提交工单)