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.
|
getCurrentTimestampgetCreationTimelong getBytesSent()
int getClientBufferDuration()
double getEstimatedBufferFill()
Copyright © 2005–2017 Red5. All rights reserved.