public interface IH265Transcoder
Modifier and Type | Method and Description |
---|---|
int |
enableTranscode(java.lang.String token,
java.lang.String channel,
int uid)
Enable transcoding for a channel.
|
int |
queryChannel(java.lang.String token,
java.lang.String channel,
int uid)
Query the transcoded channel of a channel.
|
int |
registerTranscoderObserver(IH265TranscoderObserver observer)
Register a IH265TranscoderObserver object.
|
int |
triggerTranscode(java.lang.String token,
java.lang.String channel,
int uid)
Trigger channel transcoding.
|
int |
unregisterTranscoderObserver(IH265TranscoderObserver observer)
Unregister a IH265TranscoderObserver object.
|
int registerTranscoderObserver(IH265TranscoderObserver observer)
observer
- int unregisterTranscoderObserver(IH265TranscoderObserver observer)
observer
- int enableTranscode(java.lang.String token, java.lang.String channel, int uid)
token
- The token for authentication.channel
- The unique channel name for the AgoraRTC session in the string format.uid
- User ID.int queryChannel(java.lang.String token, java.lang.String channel, int uid)
token
- The token for authentication.channel
- The unique channel name for the AgoraRTC session in the string format.uid
- User ID.int triggerTranscode(java.lang.String token, java.lang.String channel, int uid)
token
- The token for authentication.channel
- The unique channel name for the AgoraRTC session in the string format.uid
- User ID.