Struct mpeg2ts_reader::demultiplex::NullPacketFilter
[−]
[src]
pub struct NullPacketFilter<Ctx: DemuxContext> { /* fields omitted */ }
Methods
impl<Ctx: DemuxContext> NullPacketFilter<Ctx>[src]
pub fn construct(
_pmt: &PmtSection,
_stream_info: &StreamInfo
) -> NullPacketFilter<Ctx>[src]
_pmt: &PmtSection,
_stream_info: &StreamInfo
) -> NullPacketFilter<Ctx>
pub fn new() -> NullPacketFilter<Ctx>[src]
Trait Implementations
impl<Ctx: DemuxContext> PacketFilter for NullPacketFilter<Ctx>[src]
Auto Trait Implementations
impl<Ctx> Send for NullPacketFilter<Ctx> where
Ctx: Send,
Ctx: Send,
impl<Ctx> Sync for NullPacketFilter<Ctx> where
Ctx: Sync,
Ctx: Sync,