-
- All Implemented Interfaces:
public final class NERoomVideoFrame
房间回调的视频帧model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
NERoomVideoFrame.Format
-
Constructor Summary
Constructors Constructor Description NERoomVideoFrame()
-
Method Summary
Modifier and Type Method Description final Integer
getWidth()
final Unit
setWidth(Integer width)
final Integer
getHeight()
final Unit
setHeight(Integer height)
final Integer
getRotation()
final Unit
setRotation(Integer rotation)
final NERoomVideoFrame.Format
getFormat()
final Unit
setFormat(NERoomVideoFrame.Format format)
final Long
getTimeStamp()
final Unit
setTimeStamp(Long timeStamp)
final ByteArray
getData()
final Unit
setData(ByteArray data)
final Integer
getTextureId()
final Unit
setTextureId(Integer textureId)
final FloatArray
getTransformMatrix()
final Unit
setTransformMatrix(FloatArray transformMatrix)
-
-
Method Detail
-
getRotation
final Integer getRotation()
-
setRotation
final Unit setRotation(Integer rotation)
-
getFormat
final NERoomVideoFrame.Format getFormat()
-
setFormat
final Unit setFormat(NERoomVideoFrame.Format format)
-
getTimeStamp
final Long getTimeStamp()
-
setTimeStamp
final Unit setTimeStamp(Long timeStamp)
-
getTextureId
final Integer getTextureId()
-
setTextureId
final Unit setTextureId(Integer textureId)
-
getTransformMatrix
final FloatArray getTransformMatrix()
-
setTransformMatrix
final Unit setTransformMatrix(FloatArray transformMatrix)
-
-
-
-