SampleBuffer

class SampleBuffer(var ptsUs: Long = 0, var data: ByteBuffer = placeholder, var samplingRate: Int = 0, var channelCount: Int = 0)

Constructors

Link copied to clipboard
fun SampleBuffer(ptsUs: Long = 0, data: ByteBuffer = placeholder, samplingRate: Int = 0, channelCount: Int = 0)

Properties

Link copied to clipboard
var channelCount: Int = 0
Link copied to clipboard
Link copied to clipboard
var ptsUs: Long = 0
Link copied to clipboard
var samplingRate: Int = 0