toStringX method

String toStringX()

Implementation

String toStringX() {
  return 'ZegoMixerTask{'
      'videoCodecID, $videoCodecID, '
      'bitrate, $bitrate, '
      'encodeProfile, $encodeProfile, '
      'encodeLatency, $encodeLatency, '
      '}';
}