L4T Multimedia API Reference

27.1 Release

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

Detailed Description

Interface used to access sensor private metadata from libargus.

This interface is available from CaptureMetadata class.

Definition at line 115 of file SensorPrivateMetadata.h.

Inheritance diagram for Argus::Ext::ISensorPrivateMetadata:
Collaboration diagram for Argus::Ext::ISensorPrivateMetadata:

Public Member Functions

virtual size_t getMetadataSize () const =0
 Returns the size of the embedded metadata. More...
 
virtual Status getMetadata (void *dst, size_t size) const =0
 Copies back the metadata to the provided memory location. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~ISensorPrivateMetadata ()
 

Constructor & Destructor Documentation

Argus::Ext::ISensorPrivateMetadata::~ISensorPrivateMetadata ( )
inlineprotected

Definition at line 135 of file SensorPrivateMetadata.h.

Member Function Documentation

virtual Status Argus::Ext::ISensorPrivateMetadata::getMetadata ( void *  dst,
size_t  size 
) const
pure virtual

Copies back the metadata to the provided memory location.

If the size of dst is smaller than the total size of the metadata, only the first bytes up to size will be copied.

Parameters
[in]dstThe pointer to the location where the data will be copied.
[in]sizeThe size of the destination.
virtual size_t Argus::Ext::ISensorPrivateMetadata::getMetadataSize ( ) const
pure virtual

Returns the size of the embedded metadata.

static const InterfaceID& Argus::Ext::ISensorPrivateMetadata::id ( )
inlinestatic

Definition at line 118 of file SensorPrivateMetadata.h.


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