SmartCradle v1
Baby smart cradle
livestream.h File Reference

Livestream module header. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Livestream module header.

Author
José Carvalho, João Carneiro
Date
2022-01-13

Definition in file livestream.h.

Function Documentation

◆ getStreamStatus()

_Bool getStreamStatus ( )

Get the Streaming Status object.

Returns the status of the stream

Returns
bool

Definition at line 41 of file livestream.c.

◆ startLivestream()

void startLivestream ( )

Start the livestream.

Definition at line 16 of file livestream.c.

◆ stopLivestream()

void stopLivestream ( )

Stop the livestream.

Definition at line 31 of file livestream.c.