public interface IStreamSource
Modifier and Type | Method and Description |
---|---|
void |
close()
Close stream source
|
IEvent |
dequeue()
Double ended queue of event objects
|
boolean |
hasMore()
Is there something more to stream?
|
boolean hasMore()
true
if there's streamable data, false
otherwiseIEvent dequeue()
void close()
Copyright © 2006-2012 The Red5 Project