Package org.red5.server.api.statistics
Interface IStatisticsBase
- All Known Subinterfaces:
IClientBroadcastStreamStatistics
,IPlaylistSubscriberStreamStatistics
,IScopeStatistics
,IStreamStatistics
- All Known Implementing Classes:
ClientBroadcastStream
,GlobalScope
,PlaylistSubscriberStream
,RoomScope
,Scope
,WebScope
public interface IStatisticsBase
Base class for all statistics informations.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Method Summary
Modifier and TypeMethodDescriptionlong
Return the timestamp the object was created.
-
Method Details
-
getCreationTime
long getCreationTime()Return the timestamp the object was created.- Returns:
- the timestamp in milliseconds since midnight, January 1, 1970 UTC.
-