pub type vsl_encode_profile = c_uint;Expand description
Encoder profile defining target bitrate for video encoding.
These profiles provide a convenient way to specify encoding quality/bitrate tradeoffs. Higher bitrates produce better quality at the cost of larger file sizes and potentially higher CPU/power consumption.
@note The actual quality-to-bitrate ratio depends on the codec (H.264 vs H.265), encoder implementation, and content complexity.