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