Enum opencv::cudacodec::EncodeProfile
source · #[repr(C)]
pub enum EncodeProfile {
ENC_CODEC_PROFILE_AUTOSELECT,
ENC_H264_PROFILE_BASELINE,
ENC_H264_PROFILE_MAIN,
ENC_H264_PROFILE_HIGH,
ENC_H264_PROFILE_HIGH_444,
ENC_H264_PROFILE_STEREO,
ENC_H264_PROFILE_PROGRESSIVE_HIGH,
ENC_H264_PROFILE_CONSTRAINED_HIGH,
ENC_HEVC_PROFILE_MAIN,
ENC_HEVC_PROFILE_MAIN10,
ENC_HEVC_PROFILE_FREXT,
}Expand description
Supported Encoder Profiles.
Variants§
ENC_CODEC_PROFILE_AUTOSELECT
ENC_H264_PROFILE_BASELINE
ENC_H264_PROFILE_MAIN
ENC_H264_PROFILE_HIGH
ENC_H264_PROFILE_HIGH_444
ENC_H264_PROFILE_STEREO
ENC_H264_PROFILE_PROGRESSIVE_HIGH
ENC_H264_PROFILE_CONSTRAINED_HIGH
ENC_HEVC_PROFILE_MAIN
ENC_HEVC_PROFILE_MAIN10
ENC_HEVC_PROFILE_FREXT
Trait Implementations§
source§impl Clone for EncodeProfile
impl Clone for EncodeProfile
source§fn clone(&self) -> EncodeProfile
fn clone(&self) -> EncodeProfile
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 moresource§impl Debug for EncodeProfile
impl Debug for EncodeProfile
source§impl PartialEq<EncodeProfile> for EncodeProfile
impl PartialEq<EncodeProfile> for EncodeProfile
source§fn eq(&self, other: &EncodeProfile) -> bool
fn eq(&self, other: &EncodeProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.