public interface IClientStream extends IStream
| Modifier and Type | Field and Description |
|---|---|
static String |
MODE_APPEND |
static String |
MODE_LIVE |
static String |
MODE_PUBLISH |
static String |
MODE_READ |
static String |
MODE_RECORD |
| Modifier and Type | Method and Description |
|---|---|
String |
getBroadcastStreamPublishName()
Returns the published stream name that this client is consuming.
|
int |
getClientBufferDuration()
Get the buffer duration for this stream as requested by the client.
|
IStreamCapableConnection |
getConnection()
Get connection containing the stream.
|
int |
getStreamId()
Get stream id allocated in a connection.
|
void |
setClientBufferDuration(int bufferTime)
Set the buffer duration for this stream as requested by the client.
|
close, getCodecInfo, getCreationTime, getName, getScope, start, stopstatic final String MODE_READ
static final String MODE_RECORD
static final String MODE_APPEND
static final String MODE_LIVE
static final String MODE_PUBLISH
int getStreamId()
IStreamCapableConnection getConnection()
null if the connection is no longer activevoid setClientBufferDuration(int bufferTime)
bufferTime - duration in ms the client wants to bufferint getClientBufferDuration()
String getBroadcastStreamPublishName()
Copyright © 2006-2012 The Red5 Project