public class VideoRenderNotify
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
mDecodeStamp |
long |
mPts |
long |
mRenderStamp |
long |
mStreamId |
long |
mUserGroupId |
| Constructor and Description |
|---|
VideoRenderNotify(long userGroupId,
long streamId,
long pts,
long renderStamp,
long decodeStamp) |