getBitrate method

String? getBitrate()

Returns bitrate.

Implementation

String? getBitrate() =>
    this.getStringFormatProperty(MediaInformation.keyBitRate);