Frame

class Frame

Created by pedro on 17/02/18.

Constructors

Link copied to clipboard
constructor(buffer: ByteArray, orientation: Int, flip: Boolean, format: Int, timeStamp: Long)

Used with video frame

constructor(buffer: ByteArray, offset: Int, size: Int, timeStamp: Long)

Used with audio frame

Properties

Link copied to clipboard
Link copied to clipboard
var format: Int
Link copied to clipboard
Link copied to clipboard
var offset: Int
Link copied to clipboard
Link copied to clipboard
var size: Int
Link copied to clipboard