pub struct AvcConfig {
pub width: u16,
pub height: u16,
pub seq_param_set: Vec<u8>,
pub pic_param_set: Vec<u8>,
}
Fields§
§width: u16
§height: u16
§seq_param_set: Vec<u8>
§pic_param_set: Vec<u8>
Trait Implementations§
source§impl From<AvcConfig> for TrackConfig
impl From<AvcConfig> for TrackConfig
source§impl PartialEq<AvcConfig> for AvcConfig
impl PartialEq<AvcConfig> for AvcConfig
impl Eq for AvcConfig
impl StructuralEq for AvcConfig
impl StructuralPartialEq for AvcConfig
Auto Trait Implementations§
impl RefUnwindSafe for AvcConfig
impl Send for AvcConfig
impl Sync for AvcConfig
impl Unpin for AvcConfig
impl UnwindSafe for AvcConfig
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