public class ChatMsgSegmentManager
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
void |
clearData() |
void |
downloadSegFile(ChatHistorySegmentResult.ChatHistorySegment segment,
java.lang.String videoId) |
void |
downloadSegFiles(java.lang.String videoId) |
int |
getCount() |
java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> |
getDownloadSegments() |
static ChatMsgSegmentManager |
getInstance() |
ChatHistorySegmentResult.ChatHistorySegment |
getSegment(long ctime)
获取到最合适的分段信息
|
ChatMsgSegmentRecordData |
getSegmentRecordData(long ctime) |
java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> |
getSegments() |
java.lang.String |
getVideoId() |
void |
setCount(int count) |
void |
setDownloadSegments(java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> downloadSegments) |
void |
setSegments(java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> segments) |
void |
setVideoId(java.lang.String videoId) |
public static ChatMsgSegmentManager getInstance()
public java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> getSegments()
public void setSegments(java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> segments)
public java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> getDownloadSegments()
public void setDownloadSegments(java.util.ArrayList<ChatHistorySegmentResult.ChatHistorySegment> downloadSegments)
public int getCount()
public void setCount(int count)
public java.lang.String getVideoId()
public void setVideoId(java.lang.String videoId)
public ChatHistorySegmentResult.ChatHistorySegment getSegment(long ctime)
ctime
- public ChatMsgSegmentRecordData getSegmentRecordData(long ctime)
public void downloadSegFiles(java.lang.String videoId)
public void downloadSegFile(ChatHistorySegmentResult.ChatHistorySegment segment, java.lang.String videoId)
public void clearData()