|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClientStream
A stream that is bound to a client.
Field Summary | |
---|---|
static String |
MODE_APPEND
|
static String |
MODE_LIVE
|
static String |
MODE_PUBLISH
|
static String |
MODE_READ
|
static String |
MODE_RECORD
|
Method Summary | |
---|---|
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. |
Methods inherited from interface org.red5.server.api.stream.IStream |
---|
close, getCodecInfo, getCreationTime, getName, getScope, start, stop |
Field Detail |
---|
static final String MODE_READ
static final String MODE_RECORD
static final String MODE_APPEND
static final String MODE_LIVE
static final String MODE_PUBLISH
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |