bitrate property
The bitrate of the video in bits per second.
This value represents the amount of data processed per unit of time in the video stream. Higher bitrate generally result in better video quality, but also larger file sizes.
WARNING: Not all devices support CBR (Constant Bitrate) mode. If unsupported, the encoder may silently fall back to VBR (Variable Bitrate), and the actual bitrate may be constrained by device-specific minimum and maximum limits.
Implementation
final int? bitrate;