|
Agora Java API Reference for Android
|
Public Member Functions | |
| virtual void | onEncodedImage (const ExtensionEncodedImage *img, const char *extended_info_json)=0 |
| virtual void | printLog (commons::LOG_LEVEL level, const char *format,...)=0 |
|
pure virtual |
Called when a video frame has been successfully encoded.
| img | A pointer to the encoded image data. |
| extended_info_json | A JSON formatted string containing additional information about the encoded frame. |
|
pure virtual |
Logs messages at various log levels.
| level | The log level indicating the severity of the message (e.g., INFO, WARNING, ERROR). |
| format | A format string for the log message, similar to printf formatting. |
| ... | Additional arguments to format the log message. |
1.8.18