pub struct Bitrate {
pub mode: BitrateMode,
pub target: u32,
pub peak: u32,
}
Expand description
Represents a bitrate for the VEA.
Fields§
§mode: BitrateMode
§target: u32
§peak: u32
pub struct Bitrate {
pub mode: BitrateMode,
pub target: u32,
pub peak: u32,
}
Represents a bitrate for the VEA.
mode: BitrateMode
§target: u32
§peak: u32