|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClientBroadcastStreamStatistics
Statistical informations about a stream that is broadcasted by a client.
Method Summary | |
---|---|
int |
getActiveSubscribers()
Return current number of subscribers. |
long |
getBytesReceived()
Return total number of bytes received from client for this stream. |
int |
getMaxSubscribers()
Return maximum number of concurrent subscribers. |
String |
getPublishedName()
Get stream publish name. |
String |
getSaveFilename()
Get the filename the stream is being saved as. |
int |
getTotalSubscribers()
Return total number of subscribers. |
Methods inherited from interface org.red5.server.api.statistics.IStreamStatistics |
---|
getCurrentTimestamp |
Methods inherited from interface org.red5.server.api.statistics.IStatisticsBase |
---|
getCreationTime |
Method Detail |
---|
String getSaveFilename()
null
if the stream is not being saved.String getPublishedName()
NetStream.publish
on client side in
SWF.
int getTotalSubscribers()
int getMaxSubscribers()
int getActiveSubscribers()
long getBytesReceived()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |