case class RTPHeader(tpe: Byte, version: Byte, sequence: Short, timestamp: Int, ssrc: Int) extends Product with Serializable
Represents the RTP header used for sending and receiving voice data
- tpe
The type to use. Should be
0x80
- version
The version to use. Should be
0x78
- sequence
The sequence
- timestamp
Timestamp
- ssrc
SSRC of sender
- Source
- RTPHeader.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RTPHeader
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected