public class

SnapshotConfig

extends Object
java.lang.Object
   ↳ com.tencent.navix.api.config.SnapshotConfig

Summary

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

Public Methods

public SnapshotConfig.BitmapCornerShape getCornerShape ()

获取截图角形状

public Bitmap.CompressFormat getFormat ()

获取截图格式

public int getHeight ()

获取截图高度(pixel)

public int getInterval ()

获取截图间隔[1s-10s]

public int getQuality ()

获取截图质量[0-100]

public int getWidth ()

获取截图宽度(pixel)

public static SnapshotConfig.Builder newBuilder (SnapshotConfig config)

public static SnapshotConfig.Builder newBuilder ()