MediaBuffer

data class MediaBuffer(val type: MediaType, var index: Int, var payload: ByteBuffer? = null, var timestamp: Long = 0, var sync: Boolean = false)

Constructors

Link copied to clipboard
constructor(type: MediaType, index: Int, payload: ByteBuffer? = null, timestamp: Long = 0, sync: Boolean = false)

Properties

Link copied to clipboard
var index: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard