|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| int | width |
| int | height |
| int | length |
| media::base::VIDEO_PIXEL_FORMAT | format |
| const uint8_t * | buffer |
|
inline |
| int width |
The width of the watermark buffer.
| int height |
The height of the watermark buffer.
| int length |
The length of the watermark buffer.
The format of the watermark buffer. The default value is #VIDEO_PIXEL_I420. Currently supports: #VIDEO_PIXEL_I420, #VIDEO_PIXEL_RGBA, #VIDEO_PIXEL_BGRA, and #VIDEO_PIXEL_NV21.
| const uint8_t* buffer |
The buffer data of the watermark.