Libargus API
Libargus Camera API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions
Argus::IEventCaptureComplete Class Reference

Interface exposed by Events having type EVENT_TYPE_CAPTURE_COMPLETE. More...

#include <Event.h>

Inheritance diagram for Argus::IEventCaptureComplete:
Argus::Interface Argus::NonCopyable

List of all members.

Public Member Functions

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

Static Public Member Functions

static const InterfaceIDid ()

Protected Member Functions

 ~IEventCaptureComplete ()
- Protected Member Functions inherited from Argus::Interface
 Interface ()
 ~Interface ()

Detailed Description

Interface exposed by Events having type EVENT_TYPE_CAPTURE_COMPLETE.

Definition at line 172 of file Event.h.


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: