nx_metadata_sdk  1.0
Metadata SDK
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
nx::sdk::analytics::IObjectTrackInfo0 Class Referenceabstract
Inheritance diagram for nx::sdk::analytics::IObjectTrackInfo0:
nx::sdk::Interface< IObjectTrackInfo0 > nx::sdk::IRefCountable

Public Member Functions

Ptr< IList< ITimestampedObjectMetadata > > track () const
 
Ptr< IUncompressedVideoFramebestShotVideoFrame () const
 
Ptr< ITimestampedObjectMetadatabestShotObjectMetadata () const
 
- Public Member Functions inherited from nx::sdk::Interface< IObjectTrackInfo0 >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< RefCountablequeryInterface ()
 
Ptr< const RefCountablequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
template<class RefCountable >
Ptr< RefCountablequeryInterface ()
 
template<class RefCountable >
Ptr< const RefCountablequeryInterface () const
 
virtual int addRef () const =0
 
virtual int releaseRef () const =0
 
int refCountThreadUnsafe () const
 

Static Public Member Functions

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

Protected Member Functions

virtual IList< ITimestampedObjectMetadata > * getTrack () const =0
 
virtual IUncompressedVideoFramegetBestShotVideoFrame () const =0
 
virtual ITimestampedObjectMetadatagetBestShotObjectMetadata () const =0
 
- Protected Member Functions inherited from nx::sdk::Interface< IObjectTrackInfo0 >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 

Additional Inherited Members

- 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])
 
- Static Protected Attributes inherited from nx::sdk::IRefCountable
template<typename RefCountable >
static constexpr bool hasAlternativeInterfaceId = HasAlternativeInterfaceId<RefCountable>::value
 

Member Function Documentation

◆ bestShotObjectMetadata()

Ptr<ITimestampedObjectMetadata> nx::sdk::analytics::IObjectTrackInfo0::bestShotObjectMetadata ( ) const
inline
Returns
Metadata for the position in the object track defined to be the best shot by the DeviceAgent that generated this track, or, if such information is not available, the first metadata of the object track. Returns null if the required metadata is not available, or obtaining such a metadata was not requested by the Engine manifest.

◆ bestShotVideoFrame()

Ptr<IUncompressedVideoFrame> nx::sdk::analytics::IObjectTrackInfo0::bestShotVideoFrame ( ) const
inline
Returns
Frame defined to be the best shot in the object track by the DeviceAgent that generated this track, or, if such information is not available, the first frame of the object track. Returns null if the required frame is not available, or obtaining such a frame was not requested by the Engine manifest.

◆ getBestShotObjectMetadata()

virtual ITimestampedObjectMetadata* nx::sdk::analytics::IObjectTrackInfo0::getBestShotObjectMetadata ( ) const
protectedpure virtual

◆ getBestShotVideoFrame()

virtual IUncompressedVideoFrame* nx::sdk::analytics::IObjectTrackInfo0::getBestShotVideoFrame ( ) const
protectedpure virtual

◆ getTrack()

virtual IList<ITimestampedObjectMetadata>* nx::sdk::analytics::IObjectTrackInfo0::getTrack ( ) const
protectedpure virtual

Called by track()

◆ track()

Ptr<IList<ITimestampedObjectMetadata> > nx::sdk::analytics::IObjectTrackInfo0::track ( ) const
inline
Returns
List of metadata that share the same trackId.

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