BaseSender

abstract class BaseSender(connectChecker: ConnectChecker, TAG: String)

Constructors

Link copied to clipboard
constructor(connectChecker: ConnectChecker, TAG: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun hasCongestion(percentUsed: Float = 20.0f): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun resizeCache(newSize: Int)
Link copied to clipboard
fun sendMediaFrame(mediaFrame: MediaFrame)
Link copied to clipboard
abstract fun setAudioInfo(sampleRate: Int, isStereo: Boolean)
Link copied to clipboard
Link copied to clipboard
fun setLogs(enable: Boolean)
Link copied to clipboard
abstract fun setVideoInfo(sps: ByteBuffer, pps: ByteBuffer?, vps: ByteBuffer?)
Link copied to clipboard
fun start()
Link copied to clipboard
suspend fun stop(clear: Boolean = true)