Struct mpeg2ts_reader::pes::PesParsedContents
[−]
[src]
pub struct PesParsedContents<'buf> { /* fields omitted */ }Extra data which may optionally be present in the PesHeader, potentially including
Presentation Timestamp (PTS) and Decode Timestamp (DTS) values.
Methods
impl<'buf> PesParsedContents<'buf>[src]
pub fn from_bytes(buf: &'buf [u8]) -> Option<PesParsedContents<'buf>>[src]
pub fn pes_priority(&self) -> u8[src]
value 1 indicates higher priority and 0 indicates lower priority