toLocalMixJson method
Implementation
Map<String, dynamic> toLocalMixJson() => {
"dstResolution": {"width": width, "height": height},
"frameRate": frameRate,
"bitRate": bitRate,
"defaultQP": defaultQP ?? 26,
"gop": gop,
};