pub struct H265AggregationUnit { /* private fields */ }
Expand description
H265AggregationUnit represent the an Aggregation Unit in an AP, which is not the first one.
0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ : DOND (cond) | NALU size | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | | | NAL unit | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | : +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Reference: https://datatracker.ietf.org/doc/html/rfc7798#section-4.4.2
Implementations§
Trait Implementations§
Source§impl Clone for H265AggregationUnit
impl Clone for H265AggregationUnit
Source§fn clone(&self) -> H265AggregationUnit
fn clone(&self) -> H265AggregationUnit
Returns a duplicate 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 H265AggregationUnit
impl Debug for H265AggregationUnit
Source§impl Default for H265AggregationUnit
impl Default for H265AggregationUnit
Source§fn default() -> H265AggregationUnit
fn default() -> H265AggregationUnit
Returns the “default value” for a type. Read more
Source§impl PartialEq for H265AggregationUnit
impl PartialEq for H265AggregationUnit
impl Eq for H265AggregationUnit
impl StructuralPartialEq for H265AggregationUnit
Auto Trait Implementations§
impl !Freeze for H265AggregationUnit
impl RefUnwindSafe for H265AggregationUnit
impl Send for H265AggregationUnit
impl Sync for H265AggregationUnit
impl Unpin for H265AggregationUnit
impl UnwindSafe for H265AggregationUnit
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