16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUI_CAPTURESTATE_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUI_CAPTURESTATE_H_ 22 namespace sampleApplications {
23 namespace ipcServerSampleApp {
45 if (
"START" ==
string) {
47 }
else if (
"STOP" ==
string) {
76 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_GUI_CAPTURESTATE_H_
::std::string string
Definition: gtest-port.h:1097
CaptureState captureStateFromString(const std::string &string)
Definition: CaptureState.h:44
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Guard option for unknown received state.
std::string captureStateToString(CaptureState state)
Definition: CaptureState.h:60
CaptureState
Enumeration defining the states of audio input initiator.
Definition: CaptureState.h:27