| java.lang.Object | |
| ↳ | com.tencent.navix.api.config.SnapshotConfig |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | SnapshotConfig.BitmapCornerShape | ||||||||||
| class | SnapshotConfig.Builder | ||||||||||
| interface | SnapshotConfig.SnapshotCallback | ||||||||||
| class | SnapshotConfig.SnapshotResult | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SnapshotConfig.BitmapCornerShape |
getCornerShape()
获取截图角形状
| ||||||||||
| Bitmap.CompressFormat |
getFormat()
获取截图格式
| ||||||||||
| int |
getHeight()
获取截图高度(pixel)
| ||||||||||
| int |
getInterval()
获取截图间隔[1s-10s]
| ||||||||||
| int |
getQuality()
获取截图质量[0-100]
| ||||||||||
| int |
getWidth()
获取截图宽度(pixel)
| ||||||||||
| static SnapshotConfig.Builder | newBuilder(SnapshotConfig config) | ||||||||||
| static SnapshotConfig.Builder | newBuilder() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
获取截图格式
获取截图高度(pixel)
获取截图间隔[1s-10s]
获取截图质量[0-100]
获取截图宽度(pixel)