Struct vlc::MediaTrack
[−]
[src]
pub struct MediaTrack { pub codec: u32, pub original_fourcc: u32, pub id: i32, pub track_type: TrackType, pub profile: i32, pub level: i32, pub bitrate: u32, pub language: Option<String>, pub description: Option<String>, pub type_specific_data: MediaTrackUnion, }
Fields
codec: u32
original_fourcc: u32
id: i32
track_type: TrackType
profile: i32
level: i32
bitrate: u32
language: Option<String>
description: Option<String>
type_specific_data: MediaTrackUnion
Trait Implementations
impl Clone for MediaTrack
[src]
fn clone(&self) -> MediaTrack
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for MediaTrack
[src]
fn eq(&self, __arg_0: &MediaTrack) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &MediaTrack) -> bool
This method tests for !=
.
impl Eq for MediaTrack
[src]
impl Hash for MediaTrack
[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more