Package org.red5.server.stream
Interface ISeekableStreamSource
-
- All Superinterfaces:
IStreamSource
- All Known Implementing Classes:
FileStreamSource
public interface ISeekableStreamSource extends IStreamSource
Stream source that can be seeked in timeline- Author:
- The Red5 Project, Steven Gong ([email protected])
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
seek(int ts)
Seek the stream source to timestamp ts (in milliseconds).-
Methods inherited from interface org.red5.server.stream.IStreamSource
close, dequeue, hasMore
-
-