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