toRemoteMixJson method

Map<String, dynamic> toRemoteMixJson()

Implementation

Map<String, dynamic> toRemoteMixJson() => {
      "width": width,
      "height": height,
      "frameRate": frameRate,
      "bitRate": bitRate,
      "defaultQP": defaultQP ?? 26
    };