Jetson Linux API Reference

32.6.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::IEventCaptureComplete Class Referenceabstract

Detailed Description

Interface exposed by Events having type EVENT_TYPE_CAPTURE_COMPLETE.

Definition at line 172 of file Event.h.

Inheritance diagram for Argus::IEventCaptureComplete:
Collaboration diagram for Argus::IEventCaptureComplete:

Public Member Functions

virtual const CaptureMetadatagetMetadata () const =0
 Returns all dynamic metadata associated with this capture. More...
 
virtual Status getStatus () const =0
 Returns the error status of the metadata event. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~IEventCaptureComplete ()
 

Constructor & Destructor Documentation

Argus::IEventCaptureComplete::~IEventCaptureComplete ( )
inlineprotected

Definition at line 192 of file Event.h.

Member Function Documentation

virtual const CaptureMetadata* Argus::IEventCaptureComplete::getMetadata ( ) const
pure virtual

Returns all dynamic metadata associated with this capture.

The lifetime of the returned pointer is equivalent to the lifetime of this event. NULL may be returned if no metadata is available because the capture failed or was aborted.

virtual Status Argus::IEventCaptureComplete::getStatus ( ) const
pure virtual

Returns the error status of the metadata event.

If this value is not STATUS_OK, getMetadata() will return NULL.

static const InterfaceID& Argus::IEventCaptureComplete::id ( )
inlinestatic

Definition at line 175 of file Event.h.


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