toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'bitrate': this.bitrate,
    'channel': this.channel.index,
    'codecID': this.codecID.index,
    'mixMode': this.mixMode.index
  };
}