fs2.protocols.mpeg.transport

Members list

Type members

Classlikes

case class AdaptationField(flags: Option[AdaptationFieldFlags], pcr: Option[Clock27MHz], opcr: Option[Clock27MHz], spliceCountdown: Option[Int], transportPrivateData: Option[BitVector])

Partial modelling of the adaptation field.

Partial modelling of the adaptation field. The field extension, if present, is ignored upon decoding.

Attributes

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

Attributes

Companion
class
Source
AdaptationField.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class AdaptationFieldFlags(discontinuity: Boolean, randomAccess: Boolean, priority: Boolean, pcrFlag: Boolean, opcrFlag: Boolean, splicingPointFlag: Boolean, transportPrivateDataFlag: Boolean, adaptationFieldExtension: Boolean)

Flags in the adaptation field.

Flags in the adaptation field.

Attributes

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

Attributes

Companion
class
Source
AdaptationFieldFlags.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Clock27MHz(value: Long)

Attributes

Source
Clock27MHz.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ContinuityCounter(value: Int)

Attributes

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

Attributes

Companion
class
Source
ContinuityCounter.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Demultiplexer

Supports depacketization of an MPEG transport stream, represented as a stream of Packets.

Supports depacketization of an MPEG transport stream, represented as a stream of Packets.

Attributes

Source
Demultiplexer.scala
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class DemultiplexerError

Attributes

Companion
object
Source
DemultiplexerError.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decoding

Attributes

Companion
class
Source
DemultiplexerError.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Packet(header: TransportStreamHeader, adaptationField: Option[AdaptationField], payloadUnitStart: Option[Int], payload: Option[BitVector])

Transport stream packet.

Transport stream packet.

Attributes

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

Attributes

Companion
class
Source
Packet.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Packet.type
case class Pid(value: Int)

Attributes

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

Attributes

Companion
class
Source
Pid.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pid.type
case class PidStamped[+A](pid: Pid, value: A)

Attributes

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

Attributes

Companion
class
Source
Pid.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PidStamped.type
case class ProgramNumber(value: Int)

Attributes

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

Attributes

Companion
class
Source
ProgramNumber.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TransportStreamHeader(transportErrorIndicator: Boolean, payloadUnitStartIndicator: Boolean, transportPriority: Boolean, pid: Pid, scramblingControl: Int, adaptationFieldControl: Int, continuityCounter: ContinuityCounter)

Attributes

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

Attributes

Companion
class
Source
TransportStreamHeader.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TransportStreamId(value: Int)

Attributes

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

Attributes

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