Bitrate
Represents an amount of bits that are processed per second.
Bitrate can represent ±8 exabits/s.
To construct a Bitrate, use the extension functions kilobits, megabits, gigabits, and so on.
To get the value of this Capacity expressed in a particular CapacityUnit, use the functions toLong, toDouble, and so on.
Functions
Link copied to clipboard
Converts this Bitrate to the given BitrateUnit, returning a Double representing the precise value.
Link copied to clipboard
Converts this Bitrate to the given BitrateUnit, rounding to the nearest whole number.