RtpFrame

data class RtpFrame(val buffer: ByteArray, val timeStamp: Long, val length: Int, val rtpPort: Int, val rtcpPort: Int, val channelIdentifier: Int)

Created by pedro on 7/11/18.

Constructors

Link copied to clipboard
constructor(buffer: ByteArray, timeStamp: Long, length: Int, rtpPort: Int, rtcpPort: Int, channelIdentifier: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard