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]

value 1 indicates higher priority and 0 indicates lower priority

Auto Trait Implementations

impl<'buf> Send for PesParsedContents<'buf>

impl<'buf> Sync for PesParsedContents<'buf>