pub struct AvccOut {
pub payload: Bytes,
pub avcc: Option<Bytes>,
}Expand description
AVCC conversion result.
Fields§
§payload: BytesLength-prefixed access unit.
avcc: Option<Bytes>Fresh avcC when SPS+PPS were present.
Trait Implementations§
impl Eq for AvccOut
impl StructuralPartialEq for AvccOut
Auto Trait Implementations§
impl !Freeze for AvccOut
impl RefUnwindSafe for AvccOut
impl Send for AvccOut
impl Sync for AvccOut
impl Unpin for AvccOut
impl UnsafeUnpin for AvccOut
impl UnwindSafe for AvccOut
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