toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'streamType': this.streamType.index,
    'encodeWidth': this.encodeWidth,
    'encodeHeight': this.encodeHeight,
    'fps': this.fps,
    'bitrate': this.bitrate
  };
}