NERoomVideoFrame

class NERoomVideoFrame

房间回调的视频帧model

Constructors

NERoomVideoFrame
Link copied to clipboard
fun NERoomVideoFrame()

Types

Format
Link copied to clipboard
enum Format : Enum<NERoomVideoFrame.Format>

Properties

data
Link copied to clipboard
var data: ByteArray? = null
format
Link copied to clipboard
var format: NERoomVideoFrame.Format? = null
height
Link copied to clipboard
var height: Int = 0
rotation
Link copied to clipboard
var rotation: Int = 0
textureId
Link copied to clipboard
var textureId: Int = 0
timeStamp
Link copied to clipboard
var timeStamp: Long = 0
transformMatrix
Link copied to clipboard
var transformMatrix: FloatArray? = null
width
Link copied to clipboard
var width: Int = 0