RtcCodecStats

data class RtcCodecStats(    val id: String?,     val type: String?,     val timestampUs: Double?,     val sdpFmtpLine: String?,     val payloadType: Long?,     val transportId: String?,     val mimeType: String?,     val clockRate: Long?) : RtcStats

Constructors

Link copied to clipboard
constructor(    id: String?,     type: String?,     timestampUs: Double?,     sdpFmtpLine: String?,     payloadType: Long?,     transportId: String?,     mimeType: String?,     clockRate: Long?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val timestampUs: Double?
Link copied to clipboard
Link copied to clipboard
open override val type: String?