StreamBlockingQueue

class StreamBlockingQueue(var capacity: Int)

Constructors

Link copied to clipboard
constructor(capacity: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun clear(onRemove: (MediaFrame) -> Unit? = null)
Link copied to clipboard
Link copied to clipboard
fun getSize(): Int
Link copied to clipboard

Sum of MediaFrame.info.size for all frames in the main send queue. Delay/cache queue bytes are excluded.

Link copied to clipboard
Link copied to clipboard
fun setCacheTime(cache: Long)
Link copied to clipboard
Link copied to clipboard