public interface Snapshot
Modifier and Type | Interface and Description |
---|---|
static interface |
Snapshot.TakeSnapshotCallback |
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
Height of the captured snapshot in pixels.
|
int |
getRotation()
Rotation degree of the captured snapshot.
|
android.graphics.Bitmap |
getSnapshot()
Gets the snapshot of the local video.
|
long |
getTimeStamp()
Timestamp of the captured snapshot.
|
int |
getWidth()
Width of the captured snapshot in pixels.
|
int getWidth()
int getHeight()
int getRotation()
long getTimeStamp()
android.graphics.Bitmap getSnapshot()
Bitmap