Class NERoomVideoFrame
-
- All Implemented Interfaces:
public final class NERoomVideoFrame房间回调的视频帧model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumNERoomVideoFrame.Format
-
Constructor Summary
Constructors Constructor Description NERoomVideoFrame()
-
Method Summary
Modifier and Type Method Description final IntegergetWidth()final UnitsetWidth(Integer width)final IntegergetHeight()final UnitsetHeight(Integer height)final IntegergetRotation()final UnitsetRotation(Integer rotation)final NERoomVideoFrame.FormatgetFormat()final UnitsetFormat(NERoomVideoFrame.Format format)final LonggetTimeStamp()final UnitsetTimeStamp(Long timeStamp)final ByteArraygetData()final UnitsetData(ByteArray data)final IntegergetTextureId()final UnitsetTextureId(Integer textureId)final FloatArraygetTransformMatrix()final UnitsetTransformMatrix(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)
-
-
-
-