![]() |
SmartCradle v1
Baby smart cradle
|
Livestream module implementation. More...

Go to the source code of this file.
Functions | |
| void | startLivestream () |
| Start the livestream. More... | |
| void | stopLivestream () |
| Stop the livestream. More... | |
| _Bool | getStreamStatus () |
| Get the Streaming Status object. More... | |
Variables | |
| static _Bool | streamRunning = 0 |
Livestream module implementation.
Definition in file livestream.c.
| _Bool getStreamStatus | ( | ) |
Get the Streaming Status object.
Returns the status of the stream
Definition at line 41 of file livestream.c.
| void startLivestream | ( | ) |
Start the livestream.
Definition at line 16 of file livestream.c.
| void stopLivestream | ( | ) |
Stop the livestream.
Definition at line 31 of file livestream.c.
|
static |
Definition at line 14 of file livestream.c.