SectionCodec

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

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Value members

Concrete methods

Attributes

Source
SectionCodec.scala

Attributes

Source
SectionCodec.scala