public interface IEatGameControl
限定符和类型 | 接口和说明 |
---|---|
static interface |
IEatGameControl.OnEatGameListener |
限定符和类型 | 字段和说明 |
---|---|
static int |
STATUS_NO_STARTED |
static int |
STATUS_RELEASED |
static int |
STATUS_STARTED |
static int |
STATUS_UNINITIALIZED |
限定符和类型 | 方法和说明 |
---|---|
void |
abortGame() |
void |
addReceivedFood(FoodEntity.FoodBean foodBean) |
int |
getCurrentScore() |
void |
init(com.app.live.activity.VideoDataInfo videoDataInfo,
RoundEnv env,
com.ksy.recordlib.service.core.KsyRecordClient recordClient,
RenderDispatchImpl renderDispatchImpl,
boolean isMirror) |
boolean |
isPlaying() |
void |
release() |
void |
saveVideoToMovieDir(boolean save) |
void |
startGame() |
void |
uploadVideo() |
static final int STATUS_UNINITIALIZED
static final int STATUS_NO_STARTED
static final int STATUS_STARTED
static final int STATUS_RELEASED
void init(com.app.live.activity.VideoDataInfo videoDataInfo, RoundEnv env, com.ksy.recordlib.service.core.KsyRecordClient recordClient, RenderDispatchImpl renderDispatchImpl, boolean isMirror)
void startGame()
void abortGame()
void addReceivedFood(FoodEntity.FoodBean foodBean)
int getCurrentScore()
boolean isPlaying()
void release()
void uploadVideo()
void saveVideoToMovieDir(boolean save)