AVBlocks for C++  3.0
Audio and Video Software Development Kit
Loading...
Searching...
No Matches
Config Class Referenceabstract

Global configuration. More...

#include <avb.h>

Public Member Functions

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

Protected Member Functions

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

Detailed Description

Global configuration.

Member Function Documentation

◆ hardware()

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.