rtcEngine$onRemoteVideoSuperResolutionModeChanged$info$withMode$withReason method
FutureOr<void>
rtcEngine$onRemoteVideoSuperResolutionModeChanged$info$withMode$withReason(
- ByteRTCEngine engine,
- NSString streamId,
- ByteRTCStreamInfo info,
- ByteRTCVideoSuperResolutionMode mode,
- ByteRTCVideoSuperResolutionModeChangedReason reason,
@hidden not available on iOS
@valid since 3.54
@detail callback
@author yinkaisheng
@brief 远端视频流的超分状态发生改变时,房间内订阅此流的用户会收到该回调。
@param engine ByteRTCEngine 实例
@param streamId 远端流 ID。
@param info 远端流信息,参看 ByteRTCStreamInfo{@link #ByteRTCStreamInfo}。
@param mode 超分模式,参看 ByteRTCVideoSuperResolutionMode{@link #ByteRTCVideoSuperResolutionMode}。
@param reason 超分模式改变原因,参看 ByteRTCVideoSuperResolutionModeChangedReason{@link #ByteRTCVideoSuperResolutionModeChangedReason}。
Implementation
FutureOr<void>
rtcEngine$onRemoteVideoSuperResolutionModeChanged$info$withMode$withReason(
ByteRTCEngine engine,
NSString streamId,
ByteRTCStreamInfo info,
ByteRTCVideoSuperResolutionMode mode,
ByteRTCVideoSuperResolutionModeChangedReason reason) async {}