Package org.red5.server.api.statistics
Interface IStreamStatistics
- All Superinterfaces:
IStatisticsBase
- All Known Subinterfaces:
IClientBroadcastStreamStatistics
,IPlaylistSubscriberStreamStatistics
- All Known Implementing Classes:
ClientBroadcastStream
,PlaylistSubscriberStream
Base class for all stream statistics.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the currently active timestamp inside the stream.Methods inherited from interface org.red5.server.api.statistics.IStatisticsBase
getCreationTime
-
Method Details
-
getCurrentTimestamp
int getCurrentTimestamp()Return the currently active timestamp inside the stream.- Returns:
- the timestamp in milliseconds
-