PesPacketHeader

fs2.protocols.mpeg.PesPacketHeader
See thePesPacketHeader companion class

Attributes

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

Members list

Type members

Classlikes

case class Extension(flags: ExtensionFlags, pesPrivateData: Option[BitVector], packHeaderField: Option[BitVector], programPacketSequenceCounter: Option[ProgramPacketSequenceCounter], pstdBuffer: Option[PStdBuffer], extension: Option[BitVector])

Attributes

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

Attributes

Companion
class
Source
PesPacketHeader.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Extension.type
case class ExtensionFlags(pesPrivateDataFlag: Boolean, packHeaderFieldFlag: Boolean, programPacketSequenceCounterFlag: Boolean, pstdBufferFlag: Boolean, pesExtensionFlag2: Boolean)

Attributes

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

Attributes

Companion
class
Source
PesPacketHeader.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Flags(ptsFlag: Boolean, dtsFlag: Boolean, escrFlag: Boolean, esRateFlag: Boolean, dsmTrickModeFlag: Boolean, additionalCopyInfoFlag: Boolean, pesCrcFlag: Boolean, pesExtensionFlag: Boolean)

Attributes

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

Attributes

Companion
class
Source
PesPacketHeader.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Flags.type
case class PStdBuffer(scale: Boolean, size: Int)

Attributes

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

Attributes

Companion
class
Source
PesPacketHeader.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PStdBuffer.type
case class ProgramPacketSequenceCounter(counter: Int, mpeg1: Boolean, originalStuffLength: Int)

Attributes

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

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

implicit val codec: Codec[PesPacketHeader]

Attributes

Source
PesPacketHeader.scala