![]() |
L4T Multimedia API Reference27.1 Release |
The interface that exposes the properties for a CAPTURE_COMPLETE event.
Public Member Functions | |
virtual const CaptureMetadata * | getMetadata () 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 InterfaceID & | id () |
Protected Member Functions | |
~IEventCaptureComplete () | |
|
inlineprotected |
|
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.
|
pure virtual |
Returns the error status of the metadata event.
If this value is not STATUS_OK, getMetadata() will return NULL.
|
inlinestatic |