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.
|
getCurrentTimestampgetCreationTimeString getSaveFilename()
nullif the stream is not being saved.
String getPublishedName()
NetStream.publishon client side in SWF.
int getTotalSubscribers()
int getMaxSubscribers()
int getActiveSubscribers()
long getBytesReceived()
Copyright © 2005–2017 Red5. All rights reserved.