Struct ffmpeg_sys_next::AVSubtitle
source · #[repr(C)]pub struct AVSubtitle {
pub format: u16,
pub start_display_time: u32,
pub end_display_time: u32,
pub num_rects: c_uint,
pub rects: *mut *mut AVSubtitleRect,
pub pts: i64,
}Fields§
§format: u16§start_display_time: u32§end_display_time: u32§num_rects: c_uint§rects: *mut *mut AVSubtitleRect§pts: i64< Same as packet pts, in AV_TIME_BASE
Trait Implementations§
source§impl Clone for AVSubtitle
impl Clone for AVSubtitle
source§fn clone(&self) -> AVSubtitle
fn clone(&self) -> AVSubtitle
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 AVSubtitle
impl Debug for AVSubtitle
source§impl PartialEq<AVSubtitle> for AVSubtitle
impl PartialEq<AVSubtitle> for AVSubtitle
source§fn eq(&self, other: &AVSubtitle) -> bool
fn eq(&self, other: &AVSubtitle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.