Interface IPlaylistSubscriberStreamStatistics

All Superinterfaces:
IStatisticsBase, IStreamStatistics
All Known Implementing Classes:
PlaylistSubscriberStream

public interface IPlaylistSubscriberStreamStatistics extends IStreamStatistics
Statistical informations about a stream that is subscribed by a client.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Method Details

    • getBytesSent

      long getBytesSent()
      Return total number of bytes sent to the client from this stream.
      Returns:
      number of bytes
    • getClientBufferDuration

      int getClientBufferDuration()
      Return the buffer duration as requested by the client.
      Returns:
      the buffer duration in milliseconds
    • getEstimatedBufferFill

      double getEstimatedBufferFill()
      Return estimated fill ratio of the client buffer.
      Returns:
      fill ratio in percent