bitRate property
int
get
bitRate
The output bitrate in kbps.
Implementation
int get bitRate => int.parse(xmlBitRate['\$']);
The output bitrate in kbps.
int get bitRate => int.parse(xmlBitRate['\$']);