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