Struct webrtc_media::io::h264_reader::NAL
source · pub struct NAL {
pub picture_order_count: u32,
pub forbidden_zero_bit: bool,
pub ref_idc: u8,
pub unit_type: NalUnitType,
pub data: BytesMut,
}
Expand description
NAL H.264 Network Abstraction Layer
Fields§
§picture_order_count: u32
§forbidden_zero_bit: bool
NAL header
ref_idc: u8
§unit_type: NalUnitType
§data: BytesMut
header byte + rbsp
Auto Trait Implementations§
impl RefUnwindSafe for NAL
impl Send for NAL
impl Sync for NAL
impl Unpin for NAL
impl UnwindSafe for NAL
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