pub struct StreamTags {Show 13 fields
pub bps: Option<i64>,
pub duration: Option<Duration>,
pub number_of_bytes: Option<i64>,
pub number_of_frames: Option<i64>,
pub statistics_tags: Option<String>,
pub statistics_writing_app: Option<String>,
pub statistics_writing_date_utc: Option<NaiveDateTime>,
pub handler_name: Option<String>,
pub creation_time: Option<DateTime<FixedOffset>>,
pub encoder: Option<String>,
pub vendor_id: Option<String>,
pub title: Option<String>,
pub language: Option<String>,
}Expand description
Stream tags for video, audio, subtitle
Fields§
§bps: Option<i64>§duration: Option<Duration>§number_of_bytes: Option<i64>§number_of_frames: Option<i64>§statistics_writing_app: Option<String>§statistics_writing_date_utc: Option<NaiveDateTime>§handler_name: Option<String>§creation_time: Option<DateTime<FixedOffset>>§encoder: Option<String>§vendor_id: Option<String>§title: Option<String>§language: Option<String>Trait Implementations§
Source§impl Clone for StreamTags
impl Clone for StreamTags
Source§fn clone(&self) -> StreamTags
fn clone(&self) -> StreamTags
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 StreamTags
impl Debug for StreamTags
Source§impl<'de> Deserialize<'de> for StreamTags
impl<'de> Deserialize<'de> for StreamTags
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StreamTags
impl PartialEq for StreamTags
Source§impl Serialize for StreamTags
impl Serialize for StreamTags
impl Eq for StreamTags
impl StructuralPartialEq for StreamTags
Auto Trait Implementations§
impl Freeze for StreamTags
impl RefUnwindSafe for StreamTags
impl Send for StreamTags
impl Sync for StreamTags
impl Unpin for StreamTags
impl UnwindSafe for StreamTags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)