SectionFragmentCodec

fs2.protocols.mpeg.transport.psi.SectionFragmentCodec
See theSectionFragmentCodec companion object

Attributes

Companion
object
Source
SectionFragmentCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Repr

Attributes

Source
SectionFragmentCodec.scala

Value members

Abstract methods

def subCodec(header: SectionHeader, verifyCrc: Boolean): Codec[Repr]

Attributes

Source
SectionFragmentCodec.scala
def tableId: Int

Attributes

Source
SectionFragmentCodec.scala
def toSection(privateBits: BitVector, extension: Option[SectionExtension], data: Repr): Attempt[A]

Attributes

Source
SectionFragmentCodec.scala