nx_metadata_sdk  1.0
Metadata SDK
Public Member Functions | Static Public Member Functions | List of all members
nx::sdk::archive::IDeviceManager::IDeviceManagerHandler Class Referenceabstract

#include <i_device_manager.h>

Inheritance diagram for nx::sdk::archive::IDeviceManager::IDeviceManagerHandler:
nx::sdk::Interface< IDeviceManagerHandler > nx::sdk::IRefCountable

Public Member Functions

virtual void onDeviceArchiveAltered (const char *pluginId, IDevice *device, int streamIndex, nxcip::TimePeriods *timePeriods, ArchiveAction archiveAction) const =0
 
- Public Member Functions inherited from nx::sdk::Interface< IDeviceManagerHandler >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< InterfacequeryInterface ()
 
Ptr< const InterfacequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
template<class Interface >
Ptr< InterfacequeryInterface ()
 
template<class Interface >
Ptr< const InterfacequeryInterface () const
 
virtual int addRef () const =0
 
virtual int releaseRef () const =0
 
int refCountThreadUnsafe () const
 

Static Public Member Functions

static constexpr auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 

Additional Inherited Members

- Protected Member Functions inherited from nx::sdk::Interface< IDeviceManagerHandler >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 
- Static Protected Member Functions inherited from nx::sdk::IRefCountable
template<int len>
static constexpr const InterfaceIdmakeId (const char(&charArray)[len])
 
template<class TemplateInstance , class TemplateArg , int len>
static const InterfaceIdmakeIdForTemplate (const char(&baseIdCharArray)[len])
 

Detailed Description

A pointer to the object of this class is provided to the plugin when IPlugin::createDeviceManager() is called. Implementation should inform Nx Mediaserver about any external archive changes.


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