Struct rtp::codecs::h265::H265NALUHeader [−][src]
pub struct H265NALUHeader(pub u16);Expand description
H265NALUHeader is a H265 NAL Unit Header https://datatracker.ietf.org/doc/html/rfc7798#section-1.1.4 +—————+—————+ |0|1|2|3|4|5|6|7|0|1|2|3|4|5|6|7| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |F| Type | layer_id | tid | +———––+—————–+
Tuple Fields
0: u16Implementations
is_type_vcl_unit returns whether or not the NAL Unit type is a VCL NAL unit.
is_aggregation_packet returns whether or not the packet is an Aggregation packet.
is_fragmentation_unit returns whether or not the packet is a Fragmentation Unit packet.
is_paci_packet returns whether or not the packet is a PACI packet.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for H265NALUHeader
impl Send for H265NALUHeader
impl Sync for H265NALUHeader
impl Unpin for H265NALUHeader
impl UnwindSafe for H265NALUHeader
Blanket Implementations
Mutably borrows from an owned value. Read more
