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 @detail callback @author yinkaisheng @brief When the super resolution mode of a remote video stream changes, users in the room who subscribe to this stream will receive this callback. @param engine ByteRTCEngine object @param streamId ID of Remote stream. @param info Remote stream information. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo}. @param mode Super resolution mode. See ByteRTCVideoSuperResolutionMode{@link #ByteRTCVideoSuperResolutionMode}. @param reason Remote video stream super resolution mode change reason. See ByteRTCVideoSuperResolutionModeChangedReason{@link #ByteRTCVideoSuperResolutionModeChangedReason}
Implementation
FutureOr<void>
rtcEngine$onRemoteVideoSuperResolutionModeChanged$info$withMode$withReason(
ByteRTCEngine engine,
NSString streamId,
ByteRTCStreamInfo info,
ByteRTCVideoSuperResolutionMode mode,
ByteRTCVideoSuperResolutionModeChangedReason reason) async {}