stub_analytics_plugin  1.6
Network Optix Video Analytics SDK
Public Member Functions | List of all members
nxpl::TimeProvider Class Referenceabstract

#include <plugin_container_api.h>

Inheritance diagram for nxpl::TimeProvider:
nxpl::PluginInterface

Public Member Functions

virtual uint64_t millisSinceEpoch () const =0
 
- Public Member Functions inherited from nxpl::PluginInterface
virtual void * queryInterface (const nxpl::NX_GUID &interfaceID)=0
 Cast to type, specified by interfaceID. More...
 
virtual unsigned int addRef ()=0
 Increment reference counter. More...
 
virtual unsigned int releaseRef ()=0
 Decrement reference counter. More...
 

Detailed Description

Provides access to synchronized time. Time is synchronized with an internet time server or with mediaserver, selected by the user.

Member Function Documentation

◆ millisSinceEpoch()

virtual uint64_t nxpl::TimeProvider::millisSinceEpoch ( ) const
pure virtual

Synchronized time in milliseconds from 1970-01-01T00:00 UTC.


The documentation for this class was generated from the following file: