|
Server Gateway SDK v3.7.200.21 for Linux Java
|
Public Member Functions | |
| WatermarkRatio () | |
| WatermarkRatio (float xRatio, float yRatio, float widthRatio) | |
| float | getXRatio () |
| void | setXRatio (float xRatio) |
| float | getYRatio () |
| void | setYRatio (float yRatio) |
| float | getWidthRatio () |
| void | setWidthRatio (float widthRatio) |
The options of the watermark image to be added.
| io.agora.rtc.WatermarkRatio.WatermarkRatio | ( | ) |
| io.agora.rtc.WatermarkRatio.WatermarkRatio | ( | float | xRatio, |
| float | yRatio, | ||
| float | widthRatio | ||
| ) |
Constructor.
| xRatio | The ratio of the width of the video. |
| yRatio | The ratio of the height of the video. |
| widthRatio | The ratio of the width of the video. |
| float io.agora.rtc.WatermarkRatio.getWidthRatio | ( | ) |
| float io.agora.rtc.WatermarkRatio.getXRatio | ( | ) |
| float io.agora.rtc.WatermarkRatio.getYRatio | ( | ) |
| void io.agora.rtc.WatermarkRatio.setWidthRatio | ( | float | widthRatio | ) |
| void io.agora.rtc.WatermarkRatio.setXRatio | ( | float | xRatio | ) |
| void io.agora.rtc.WatermarkRatio.setYRatio | ( | float | yRatio | ) |