Package org.red5.server.stream
Interface ISeekableStreamSource
- All Superinterfaces:
IStreamSource
- All Known Implementing Classes:
FileStreamSource
Stream source that can be seeked in timeline
- Author:
- The Red5 Project, Steven Gong (steven.gong@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionint
seek
(int ts) Seek the stream source to timestamp ts (in milliseconds).Methods inherited from interface org.red5.server.stream.IStreamSource
close, dequeue, hasMore
-
Method Details
-
seek
int seek(int ts) Seek the stream source to timestamp ts (in milliseconds).- Parameters:
ts
- Timestamp to seek to- Returns:
- Actual timestamp seeked to
-