object TransportStreamEvent
- Companion:
- class
- Source:
- TransportStreamEvent.scala
Type members
Classlikes
Value members
Concrete methods
def fromPacketStream[S](sectionCodec: SectionCodec, group: Scan[S, Section, Either[GroupingError, GroupedSections[Section]]], tableBuilder: TableBuilder): Scan[((Map[Pid, ContinuityCounter], State), (Map[Pid, S], TransportStreamIndex)), Packet, TransportStreamEvent]
- Source:
- TransportStreamEvent.scala
def fromSectionStream[S](group: Scan[S, Section, Either[GroupingError, GroupedSections[Section]]], tableBuilder: TableBuilder): Scan[(Map[Pid, S], TransportStreamIndex), PidStamped[Section], TransportStreamEvent]
- Source:
- TransportStreamEvent.scala