nx_video_source_sdk
1.0
Video Source SDK
|
Public Types | |
typedef std::list< std::pair< nxcip::UsecUTCTimestamp, nxcip::UsecUTCTimestamp > > | container_type |
Public Member Functions | |
virtual void * | queryInterface (const nxpl::NX_GUID &interfaceID) override |
Implementation of nxpl::PluginInterface::queryInterface. | |
virtual int | addRef () const override |
Implementation of nxpl::PluginInterface::addRef. | |
virtual int | releaseRef () const override |
Implementation of nxpl::PluginInterface::releaseRef. | |
virtual bool | get (nxcip::UsecUTCTimestamp *start, nxcip::UsecUTCTimestamp *end) const override |
Implementation of nxcip::TimePeriods::get. | |
virtual void | goToBeginning () override |
Implementation of nxcip::TimePeriods::goToBeginning. | |
virtual bool | next () override |
Implementation of nxcip::TimePeriods::next. | |
virtual bool | atEnd () const override |
Implementation of nxcip::TimePeriods::atEnd. | |
Public Attributes | |
container_type | timePeriods |