org.red5.server.api.stream
public interface IClientBroadcastStream extends IClientStream, IBroadcastStream
MODE_APPEND, MODE_LIVE, MODE_PUBLISH, MODE_READ, MODE_RECORD
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getParameters()
Returns streaming parameters.
|
IClientBroadcastStreamStatistics |
getStatistics()
Return statistics about the stream.
|
void |
setParameters(Map<String,String> params)
Sets streaming parameters as supplied by the publishing application.
|
void |
startPublishing()
Notify client that stream is ready for publishing.
|
getBroadcastStreamPublishName, getClientBufferDuration, getConnection, getStreamId, setClientBufferDuration
addStreamListener, getMetaData, getProvider, getPublishedName, getSaveFilename, getStreamListeners, removeStreamListener, saveAs, setPublishedName
close, getCodecInfo, getCreationTime, getName, getScope, start, stop
void startPublishing()
IClientBroadcastStreamStatistics getStatistics()
void setParameters(Map<String,String> params)
params
- Copyright © 2006-2012 The Red5 Project