The IH265Transcoder interface.
◆ registerTranscoderObserver()
◆ unregisterTranscoderObserver()
◆ enableTranscode()
int io.agora.rtc2.IH265Transcoder.enableTranscode |
( |
String |
token, |
|
|
String |
channel, |
|
|
int |
uid |
|
) |
| |
Enable transcoding for a channel.
- Parameters
-
token | The token for authentication. |
channel | The unique channel name for the AgoraRTC session in the string format. |
uid | User ID. |
- Returns
-
◆ queryChannel()
int io.agora.rtc2.IH265Transcoder.queryChannel |
( |
String |
token, |
|
|
String |
channel, |
|
|
int |
uid |
|
) |
| |
Query the transcoded channel of a channel.
- Parameters
-
token | The token for authentication. |
channel | The unique channel name for the AgoraRTC session in the string format. |
uid | User ID. |
- Returns
-
◆ triggerTranscode()
int io.agora.rtc2.IH265Transcoder.triggerTranscode |
( |
String |
token, |
|
|
String |
channel, |
|
|
int |
uid |
|
) |
| |
Trigger channel transcoding.
- Parameters
-
token | The token for authentication. |
channel | The unique channel name for the AgoraRTC session in the string format. |
uid | User ID. |
- Returns
-