@Deprecated
public class AVChatVideoFrame
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
data
Deprecated.
Video data
|
int |
dataLen
Deprecated.
Video data length
|
byte[] |
dataMirror
Deprecated.
Mirrored video data Invalid for output.
|
boolean |
dualInput
Deprecated.
Specify whether dual data input is required
If dual data input is required, edit this value
true : VideoFrame#dataMirror is valid. |
int |
format
Deprecated.
Video data format
|
int |
height
Deprecated.
Video data height
|
int |
rotation
Deprecated.
Video angle of rotation
|
int |
width
Deprecated.
Video data width
|
Constructor and Description |
---|
AVChatVideoFrame()
Deprecated.
|
public byte[] data
public byte[] dataMirror
public boolean dualInput
true
: VideoFrame#dataMirror
is valid. The SDK will determine to use the mirrored data.
false
: VideoFrame#data
takes effect. The SDK will ignore VideoFrame#dataMirror
public int width
public int height
public int dataLen
public int rotation
public int format
AVChatImageFormat