Struct mpeg2ts_reader::packet::PCR[][src]

pub struct PCR {
    pub base: u64,
    pub extension: u16,
}

Program Clock Reference

Fields

Methods

impl PCR
[src]

Panics if data is shorter than 5 bytes

Panics if the base is greater than 2^33-1 or the extension is greater than 2^9-1

Trait Implementations

impl PartialEq for PCR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<PCR> for u64
[src]

Performs the conversion.

impl Debug for PCR
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PCR

impl Sync for PCR