PesPacket

fs2.protocols.mpeg.PesPacket
See thePesPacket companion trait
object PesPacket

Attributes

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

Members list

Type members

Classlikes

case object Padding extends PesPacket

Attributes

Source
PesPacket.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PesPacket
class Object
trait Matchable
class Any
Show all
Self type
Padding.type
case class WithHeader(streamId: Int, header: PesPacketHeader, data: BitVector) extends PesPacket

Attributes

Source
PesPacket.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PesPacket
class Object
trait Matchable
class Any
Show all
case class WithoutHeader(streamId: Int, data: BitVector) extends PesPacket

Attributes

Source
PesPacket.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PesPacket
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods