onPlayerVideoSuperResolutionUpdate method

void onPlayerVideoSuperResolutionUpdate(
  1. String streamID,
  2. ZegoSuperResolutionState state,
  3. int errorCode
)

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.

Implementation

void onPlayerVideoSuperResolutionUpdate(
  String streamID,
  ZegoSuperResolutionState state,
  int errorCode,
) {}