Agora Java API Reference for Android
|
Public Member Functions | |
void | onSnapshotTaken (String channel, int uid, String filePath, int width, int height, int errCode) |
Static Public Attributes | |
static final int | ERROR_SUCCESS = 0 |
static final int | ERROR_OPEN_FAILED = -1 |
static final int | ERROR_NO_STREAM = -2 |
The definition of ISnapshotCallback.
void io.agora.rtc2.video.ISnapshotCallback.onSnapshotTaken | ( | String | channel, |
int | uid, | ||
String | filePath, | ||
int | width, | ||
int | height, | ||
int | errCode | ||
) |
Snapshot hass been taken.
filePath | The captura file path. |
errCode | The error code. |
|
static |
Snaptshot has been taken successfully .
|
static |
Open the file path failed.
|
static |
No stream captured.