SectionCodec

fs2.protocols.mpeg.transport.psi.SectionCodec$
See theSectionCodec companion class

Attributes

Companion:
class
Source:
SectionCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class UnknownExtendedSection(tableId: Int, privateBits: BitVector, extension: SectionExtension, data: ByteVector) extends UnknownSection with ExtendedSection

Attributes

Source:
SectionCodec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Section
class Object
trait Matchable
class Any
case class UnknownNonExtendedSection(tableId: Int, privateBits: BitVector, data: ByteVector) extends UnknownSection

Attributes

Source:
SectionCodec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Section
class Object
trait Matchable
class Any
sealed trait UnknownSection extends Section

Attributes

Source:
SectionCodec.scala
Graph
Supertypes
trait Section
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete methods

Attributes

Source:
SectionCodec.scala