Enum libvda::encode::BitrateMode
source · #[repr(u32)]
pub enum BitrateMode {
VBR,
CBR,
}
Expand description
Represents a bitrate mode for the VEA.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for BitrateMode
impl Clone for BitrateMode
source§fn clone(&self) -> BitrateMode
fn clone(&self) -> BitrateMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more