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 ([email protected])
-
Method Summary
Modifier and TypeMethodDescriptionlongReturn 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.
-