|
Home2L - C/C++ API v1.4-2-g83f4c (2025-08-23)
Smart Tools for a Private Home
|
#include "base.H"
Go to the source code of this file.
Enumerations | |
| enum | EStreamerState { strOff = 0 , strError , strBusy , strOn } |
| State of the streamer. More... | |
Functions | |
| static bool | StreamerStateIsActive (EStreamerState s) |
| Active states are those requiring eventual calls to 'StreamerIterate'. 'StreamerStop' reliably switches to an inactive state. | |
| const char * | StreamerGetError (CString *s) |
| Return readable error message and reset the text internally. | |
| int | StreamerGetDbLevel () |
| Return the current level in DB (<= 0, 0 = maximum) or STREAMER_LEVEL_UNKNOWN (= -INT_MAX / very, very silent), if the level is unknown. | |