Packet

fs2.protocols.mpeg.transport.Packet
See thePacket companion object
case class Packet(header: TransportStreamHeader, adaptationField: Option[AdaptationField], payloadUnitStart: Option[Int], payload: Option[BitVector])

Transport stream packet.

Attributes

Companion
object
Source
Packet.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product