AVBlocks for C++  2.1
Audio and Video Software Development Kit
Config Class Referenceabstract

Global configuration. More...

Public Member Functions

virtual HwConfighardware ()=0
 Returns an object that allows to configure hardware codecs. More...
 

Protected Member Functions

 ~Config ()
 This object can be destroyed only by the AVBlocks library.
 

Detailed Description

Global configuration.

Member Function Documentation

virtual HwConfig* hardware ( )
pure virtual

Returns an object that allows to configure hardware codecs.

Returns
A pointer to a global hardware configuration object. The pointer is never NULL.
Remarks
The hardware configuration object is thread-safe.