Enum vpx_encode::VideoCodecId [−][src]
pub enum VideoCodecId {
VP8,
VP9,
}Variants
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VideoCodecId
impl Send for VideoCodecId
impl Sync for VideoCodecId
impl Unpin for VideoCodecId
impl UnwindSafe for VideoCodecId
Blanket Implementations
Mutably borrows from an owned value. Read more