public class VideoEndInfo
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
int |
errorCode |
boolean |
isLive |
static int |
STOP_STATUS_NORMAL |
static int |
STOP_STATUS_OTHER |
static int |
STOP_STATUS_REPLAY |
int |
stopStatus |
构造器和说明 |
---|
VideoEndInfo(boolean isLive,
int errorCode,
int stopStatus) |
public static final int STOP_STATUS_NORMAL
public static final int STOP_STATUS_REPLAY
public static final int STOP_STATUS_OTHER
public boolean isLive
public int errorCode
public int stopStatus