Packet

fs2.protocols.mpeg.transport.Packet
See thePacket companion class
object Packet

Attributes

Companion
class
Source
Packet.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Packet.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def packetize(pid: Pid, startingCountinuityCounter: ContinuityCounter, section: BitVector): Vector[Packet]

Attributes

Source
Packet.scala
def packetizeMany(pid: Pid, startingCountinuityCounter: ContinuityCounter, sections: Vector[BitVector]): Vector[Packet]

Attributes

Source
Packet.scala
def payload(pid: Pid, continuityCounter: ContinuityCounter, payloadUnitStart: Option[Int], payload: BitVector): Packet

Attributes

Source
Packet.scala

Implicits

Implicits

implicit def codec(implicit adaptationField: Codec[AdaptationField]): Codec[Packet]

Attributes

Source
Packet.scala