Package im.zego.zegoexpress.callback
Interface IZegoPublisherTakeSnapshotCallback
-
public interface IZegoPublisherTakeSnapshotCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPublisherTakeSnapshotResult(int errorCode, android.graphics.Bitmap image)
Results of take publish stream snapshot.
-
-
-
Method Detail
-
onPublisherTakeSnapshotResult
void onPublisherTakeSnapshotResult(int errorCode, android.graphics.Bitmap image)
Results of take publish stream snapshot.- Parameters:
errorCode
- Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.image
- Snapshot image
-
-