public interface StreamManager
| Modifier and Type | Method and Description |
|---|---|
String |
addStream(StreamSource src) |
StreamSource |
getStream(String uri) |
boolean |
hasStream(String uri) |
void |
removeStream(String uri) |
void |
start() |
void |
stop() |
String addStream(StreamSource src) throws IOException
IOExceptionvoid removeStream(String uri)
StreamSource getStream(String uri) throws IOException
IOExceptionboolean hasStream(String uri)
Copyright © 2012 Nuxeo SA. All Rights Reserved.