stub_analytics_plugin  1.6
Network Optix Video Analytics SDK
metadata_packet.h
1 #pragma once
2 
3 #include <cstdint>
4 
5 #include "data_packet.h"
6 
7 namespace nx {
8 namespace sdk {
9 namespace analytics {
10 
15 static const nxpl::NX_GUID IID_MetadataPacket =
16  {{0x28,0xbb,0xe1,0x4e,0xda,0xea,0x48,0xc9,0xb9,0x14,0xfb,0x07,0xde,0x28,0x6c,0xbf}};
17 
22 {
23 public:
27  virtual int64_t durationUsec() const = 0;
28 };
29 
30 } // namespace analytics
31 } // namespace sdk
32 } // namespace nx
virtual int64_t durationUsec() const =0
Definition: data_packet.h:21
GUID of plugin interface.
Definition: plugin_api.h:21
Definition: metadata_packet.h:21
Definition: debug.cpp:14