Struct ffmpeg_sys_next::AVDVProfile
source · #[repr(C)]pub struct AVDVProfile {Show 17 fields
pub dsf: c_int,
pub video_stype: c_int,
pub frame_size: c_int,
pub difseg_size: c_int,
pub n_difchan: c_int,
pub time_base: AVRational,
pub ltc_divisor: c_int,
pub height: c_int,
pub width: c_int,
pub sar: [AVRational; 2],
pub pix_fmt: AVPixelFormat,
pub bpm: c_int,
pub block_sizes: *const u8,
pub audio_stride: c_int,
pub audio_min_samples: [c_int; 3],
pub audio_samples_dist: [c_int; 5],
pub audio_shuffle: *const [c_uchar; 9],
}Fields§
§dsf: c_int§video_stype: c_int§frame_size: c_int§difseg_size: c_int§n_difchan: c_int§time_base: AVRational§ltc_divisor: c_int§height: c_int§width: c_int§sar: [AVRational; 2]§pix_fmt: AVPixelFormat§bpm: c_int§block_sizes: *const u8§audio_stride: c_int§audio_min_samples: [c_int; 3]§audio_samples_dist: [c_int; 5]§audio_shuffle: *const [c_uchar; 9]Trait Implementations§
source§impl Clone for AVDVProfile
impl Clone for AVDVProfile
source§fn clone(&self) -> AVDVProfile
fn clone(&self) -> AVDVProfile
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 AVDVProfile
impl Debug for AVDVProfile
source§impl PartialEq<AVDVProfile> for AVDVProfile
impl PartialEq<AVDVProfile> for AVDVProfile
source§fn eq(&self, other: &AVDVProfile) -> bool
fn eq(&self, other: &AVDVProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.