Enum ffmpeg_sys_next::AVHWDeviceType
source · #[repr(u32)]
pub enum AVHWDeviceType {
AV_HWDEVICE_TYPE_NONE,
AV_HWDEVICE_TYPE_VDPAU,
AV_HWDEVICE_TYPE_CUDA,
AV_HWDEVICE_TYPE_VAAPI,
AV_HWDEVICE_TYPE_DXVA2,
AV_HWDEVICE_TYPE_QSV,
AV_HWDEVICE_TYPE_VIDEOTOOLBOX,
AV_HWDEVICE_TYPE_D3D11VA,
AV_HWDEVICE_TYPE_DRM,
AV_HWDEVICE_TYPE_OPENCL,
AV_HWDEVICE_TYPE_MEDIACODEC,
AV_HWDEVICE_TYPE_VULKAN,
}Variants§
AV_HWDEVICE_TYPE_NONE
AV_HWDEVICE_TYPE_VDPAU
AV_HWDEVICE_TYPE_CUDA
AV_HWDEVICE_TYPE_VAAPI
AV_HWDEVICE_TYPE_DXVA2
AV_HWDEVICE_TYPE_QSV
AV_HWDEVICE_TYPE_VIDEOTOOLBOX
AV_HWDEVICE_TYPE_D3D11VA
AV_HWDEVICE_TYPE_DRM
AV_HWDEVICE_TYPE_OPENCL
AV_HWDEVICE_TYPE_MEDIACODEC
AV_HWDEVICE_TYPE_VULKAN
Trait Implementations§
source§impl Clone for AVHWDeviceType
impl Clone for AVHWDeviceType
source§fn clone(&self) -> AVHWDeviceType
fn clone(&self) -> AVHWDeviceType
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 AVHWDeviceType
impl Debug for AVHWDeviceType
source§impl Hash for AVHWDeviceType
impl Hash for AVHWDeviceType
source§impl PartialEq<AVHWDeviceType> for AVHWDeviceType
impl PartialEq<AVHWDeviceType> for AVHWDeviceType
source§fn eq(&self, other: &AVHWDeviceType) -> bool
fn eq(&self, other: &AVHWDeviceType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.