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 originChannal,
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 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 formatuid
- User IDint queryChannel(java.lang.String token, java.lang.String originChannal, int uid)
token
- The token for authentication.channel
- The unique channel name for the AgoraRTC session in the string formatuid
- User IDint 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 formatuid
- User IDint registerTranscoderObserver(IH265TranscoderObserver observer)
observer
- int unRegisterTranscoderObserver(IH265TranscoderObserver observer)
observer
-