onPlayerVideoSuperResolutionUpdate property
getter/setter pair
Playing stream video super resolution enabled state changes.
Available since: 3.0.0
Description: Playing stream video super resolution enabled state changes.
When to trigger: When enableVideoSuperResolution
enables or disables video super resolution, the developer will be notified whether to enable video super resolution according to the actual situation when playing stream video rendering.
Caution: None.
streamID
Stream ID.state
Video super resolution state.errorCode
Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.
Implementation
static void Function(
String streamID, ZegoSuperResolutionState state, int errorCode)?
onPlayerVideoSuperResolutionUpdate;