public class QHVCNetGodSeesRecordTimeline
extends java.lang.Object
Constructor and Description |
---|
QHVCNetGodSeesRecordTimeline(int recordType,
int timePoint,
int userflag) |
QHVCNetGodSeesRecordTimeline(int recordType,
long startMS,
long durationMS) |
QHVCNetGodSeesRecordTimeline(int recordType,
long startMS,
com.qihoo.videocloud.godsees.RecordFlagSubTimeline[] subTimelines) |
QHVCNetGodSeesRecordTimeline(long startMS,
long durationMS) |
Modifier and Type | Method and Description |
---|---|
long[] |
getBackgroundImageId()
获取卡录背景图片的imageId(imageId即是图像对应的时间点)
|
int |
getBackgroundImageNum()
获取卡录背景图片数量
|
long |
getDurationMS() |
com.qihoo.videocloud.godsees.RecordFlagSubTimeline[] |
getRecordFlagSubTimelines()
获取时间轴所有事件,图片,
|
int |
getRecordType() |
long |
getStartMS() |
int |
getTimePoint() |
int |
getUserFlag() |
void |
setRecordType(int type) |
void |
setStartMS(long startMS) |
void |
setTimePoint(int timePoint) |
java.lang.String |
toString() |
public QHVCNetGodSeesRecordTimeline(long startMS, long durationMS)
public QHVCNetGodSeesRecordTimeline(int recordType, long startMS, long durationMS)
public QHVCNetGodSeesRecordTimeline(int recordType, long startMS, com.qihoo.videocloud.godsees.RecordFlagSubTimeline[] subTimelines)
public QHVCNetGodSeesRecordTimeline(int recordType, int timePoint, int userflag)
public int getUserFlag()
public int getTimePoint()
public void setTimePoint(int timePoint)
public long getStartMS()
public void setStartMS(long startMS)
public long getDurationMS()
public void setRecordType(int type)
public int getRecordType()
public int getBackgroundImageNum()
public long[] getBackgroundImageId()
public com.qihoo.videocloud.godsees.RecordFlagSubTimeline[] getRecordFlagSubTimelines()
public java.lang.String toString()
toString
in class java.lang.Object