|
Server Gateway SDK v3.7.200.21 for Linux Java
|
Public Member Functions | |
| VideoSubscriptionOptions () | |
| VideoSubscriptionOptions (int type, int encodedFrameOnly) | |
| int | getType () |
| void | setType (int type) |
| int | getEncodedFrameOnly () |
| void | setEncodedFrameOnly (int encodedFrameOnly) |
Video subscription options.
| io.agora.rtc.VideoSubscriptionOptions.VideoSubscriptionOptions | ( | ) |
| io.agora.rtc.VideoSubscriptionOptions.VideoSubscriptionOptions | ( | int | type, |
| int | encodedFrameOnly | ||
| ) |
Constructor.
| type | The type of the video stream to subscribe to.
|
| encodedFrameOnly | Whether to subscribe to encoded video data only:
|
| int io.agora.rtc.VideoSubscriptionOptions.getEncodedFrameOnly | ( | ) |
| int io.agora.rtc.VideoSubscriptionOptions.getType | ( | ) |
| void io.agora.rtc.VideoSubscriptionOptions.setEncodedFrameOnly | ( | int | encodedFrameOnly | ) |
| void io.agora.rtc.VideoSubscriptionOptions.setType | ( | int | type | ) |