BaseSenderReport

abstract class BaseSenderReport

Created by pedro on 7/11/18.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
fun reset()
Link copied to clipboard
abstract suspend fun sendReport(buffer: ByteArray, rtpFrame: RtpFrame)
Link copied to clipboard
abstract fun setDataStream(outputStream: OutputStream, host: String)
Link copied to clipboard
fun setSSRC(ssrcVideo: Long, ssrcAudio: Long)
Link copied to clipboard
suspend fun update(rtpFrame: RtpFrame): Boolean