Class/Object

scodec.protocols.mpeg

PesPacketHeader

Related Docs: object PesPacketHeader | package mpeg

Permalink

case class PesPacketHeader(pesScramblingControl: PesScramblingControl, pesPriority: Boolean, dataAlignmentIndicator: Boolean, copyright: Boolean, originalOrCopy: Boolean, flags: Flags, pts: Option[Long], dts: Option[Long], escr: Option[Long], esRate: Option[Int], dsmTrickMode: Option[BitVector], additionalCopyInfo: Option[BitVector], pesCrc: Option[Int], extension: Option[Extension]) extends Product with Serializable

Source
PesPacketHeader.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PesPacketHeader
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PesPacketHeader(pesScramblingControl: PesScramblingControl, pesPriority: Boolean, dataAlignmentIndicator: Boolean, copyright: Boolean, originalOrCopy: Boolean, flags: Flags, pts: Option[Long], dts: Option[Long], escr: Option[Long], esRate: Option[Int], dsmTrickMode: Option[BitVector], additionalCopyInfo: Option[BitVector], pesCrc: Option[Int], extension: Option[Extension])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to any2stringadd[PesPacketHeader] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PesPacketHeader, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to ArrowAssoc[PesPacketHeader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val additionalCopyInfo: Option[BitVector]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val copyright: Boolean

    Permalink
  10. val dataAlignmentIndicator: Boolean

    Permalink
  11. val dsmTrickMode: Option[BitVector]

    Permalink
  12. val dts: Option[Long]

    Permalink
  13. def ensuring(cond: (PesPacketHeader) ⇒ Boolean, msg: ⇒ Any): PesPacketHeader

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to Ensuring[PesPacketHeader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (PesPacketHeader) ⇒ Boolean): PesPacketHeader

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to Ensuring[PesPacketHeader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): PesPacketHeader

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to Ensuring[PesPacketHeader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): PesPacketHeader

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to Ensuring[PesPacketHeader] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val esRate: Option[Int]

    Permalink
  19. val escr: Option[Long]

    Permalink
  20. val extension: Option[Extension]

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. val flags: Flags

    Permalink
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to StringFormat[PesPacketHeader] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val originalOrCopy: Boolean

    Permalink
  30. val pesCrc: Option[Int]

    Permalink
  31. val pesPriority: Boolean

    Permalink
  32. val pesScramblingControl: PesScramblingControl

    Permalink
  33. val pts: Option[Long]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (PesPacketHeader, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PesPacketHeader to ArrowAssoc[PesPacketHeader] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PesPacketHeader to any2stringadd[PesPacketHeader]

Inherited by implicit conversion StringFormat from PesPacketHeader to StringFormat[PesPacketHeader]

Inherited by implicit conversion Ensuring from PesPacketHeader to Ensuring[PesPacketHeader]

Inherited by implicit conversion ArrowAssoc from PesPacketHeader to ArrowAssoc[PesPacketHeader]

Ungrouped