org.red5.server.api.statistics
public interface IPlaylistSubscriberStreamStatistics extends IStreamStatistics
Modifier and Type | Method and Description |
---|---|
long |
getBytesSent()
Return total number of bytes sent to the client from this stream.
|
int |
getClientBufferDuration()
Return the buffer duration as requested by the client.
|
double |
getEstimatedBufferFill()
Return estimated fill ratio of the client buffer.
|
getCurrentTimestamp
getCreationTime
long getBytesSent()
int getClientBufferDuration()
double getEstimatedBufferFill()
Copyright © 2006-2012 The Red5 Project