VideoFrameQueue

class VideoFrameQueue<BufferType>(trackType: Int) : BaseLogger

Constructors

Link copied to clipboard
constructor(trackType: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun enqueueFrame(videoFrameInfo: VideoFrameInfo<BufferType>)
Link copied to clipboard
Link copied to clipboard
fun logDebug(tag: String, message: String)
Link copied to clipboard
fun logError(tag: String, message: String)
Link copied to clipboard
fun logInfo(tag: String, message: String)
Link copied to clipboard
fun logWarn(tag: String, message: String)
Link copied to clipboard
fun reset()