public class EncodedVideoFrameInfo
extends java.lang.Object
Fields:
Constants.VideoCodecType).Constants.VideoFrameType).Constants.VideoOrientation).Constants.VideoStreamType).| Modifier and Type | Field and Description |
|---|---|
private long |
captureTimeMs
Capture timestamp in milliseconds.
|
private int |
codecType
Video codec type (see
Constants.VideoCodecType). |
private long |
decodeTimeMs
Decode timestamp in milliseconds.
|
private int |
framesPerSecond
Frame rate in frames per second.
|
private int |
frameType
Frame type (see
Constants.VideoFrameType). |
private int |
height
Frame height in pixels.
|
private long |
presentationMs
Presentation timestamp in milliseconds.
|
private int |
rotation
Clockwise rotation (see
Constants.VideoOrientation). |
private int |
streamType
Video stream type (see
Constants.VideoStreamType). |
private int |
trackId
Track identifier.
|
private int |
uid
ID of the user who sends this frame.
|
private int |
width
Frame width in pixels.
|
| Constructor and Description |
|---|
EncodedVideoFrameInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCaptureTimeMs() |
int |
getCodecType() |
long |
getDecodeTimeMs() |
int |
getFramesPerSecond() |
int |
getFrameType() |
int |
getHeight() |
long |
getPresentationMs() |
int |
getRotation() |
int |
getStreamType() |
int |
getTrackId() |
int |
getUid() |
int |
getWidth() |
void |
setCaptureTimeMs(long captureTimeMs) |
void |
setCodecType(int codecType) |
void |
setDecodeTimeMs(long decodeTimeMs) |
void |
setFramesPerSecond(int framesPerSecond) |
void |
setFrameType(int frameType) |
void |
setHeight(int height) |
void |
setPresentationMs(long presentationMs) |
void |
setRotation(int rotation) |
void |
setStreamType(int streamType) |
void |
setTrackId(int trackId) |
void |
setUid(int uid) |
void |
setWidth(int width) |
java.lang.String |
toString() |
private int uid
private int codecType
Constants.VideoCodecType).private int width
private int height
private int framesPerSecond
private int frameType
Constants.VideoFrameType).private int rotation
Constants.VideoOrientation).private int trackId
private long captureTimeMs
private long decodeTimeMs
private int streamType
Constants.VideoStreamType).private long presentationMs
public int getUid()
public void setUid(int uid)
public int getCodecType()
public void setCodecType(int codecType)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getFramesPerSecond()
public void setFramesPerSecond(int framesPerSecond)
public int getFrameType()
public void setFrameType(int frameType)
public int getRotation()
public void setRotation(int rotation)
public int getTrackId()
public void setTrackId(int trackId)
public long getCaptureTimeMs()
public void setCaptureTimeMs(long captureTimeMs)
public long getDecodeTimeMs()
public void setDecodeTimeMs(long decodeTimeMs)
public int getStreamType()
public void setStreamType(int streamType)
public long getPresentationMs()
public void setPresentationMs(long presentationMs)
public java.lang.String toString()
toString in class java.lang.Object