L4T Multimedia API Reference

32.1 Release

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

Detailed Description

Interface used enable the output of sensor private metadata for a request.

Definition at line 89 of file SensorPrivateMetadata.h.

Inheritance diagram for Argus::Ext::ISensorPrivateMetadataRequest:
Collaboration diagram for Argus::Ext::ISensorPrivateMetadataRequest:

Public Member Functions

virtual void setMetadataEnable (bool enable)=0
 Enables the sensor private metadata, will only work if the sensor supports embedded metadata. More...
 
virtual bool getMetadataEnable () const =0
 Returns if the metadata is enabled for this request. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~ISensorPrivateMetadataRequest ()
 

Constructor & Destructor Documentation

Argus::Ext::ISensorPrivateMetadataRequest::~ISensorPrivateMetadataRequest ( )
inlineprotected

Definition at line 106 of file SensorPrivateMetadata.h.

Member Function Documentation

virtual bool Argus::Ext::ISensorPrivateMetadataRequest::getMetadataEnable ( ) const
pure virtual

Returns if the metadata is enabled for this request.

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

Definition at line 92 of file SensorPrivateMetadata.h.

virtual void Argus::Ext::ISensorPrivateMetadataRequest::setMetadataEnable ( bool  enable)
pure virtual

Enables the sensor private metadata, will only work if the sensor supports embedded metadata.

Parameters
[in]enablewhether to output embedded metadata.

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