public interface IClientBroadcastStreamStatistics extends IStreamStatistics
Modifier and Type | Method and Description |
---|---|
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.
|
getCurrentTimestamp
getCreationTime
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()
Copyright © 2006-2012 The Red5 Project