Home2L - C/C++ API  v1.2-2-ga4fe (2023-04-15)
Smart Tools for a Private Home
Enumerations | Functions
streamer.H File Reference
#include "base.H"
Include dependency graph for streamer.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. More...