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
IOException
void removeStream(String uri)
StreamSource getStream(String uri) throws IOException
IOException
boolean hasStream(String uri)
Copyright © 2013 Nuxeo SA. All Rights Reserved.