16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_ALEXACAPTIONSNAMESPACE_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_ALEXACAPTIONSNAMESPACE_H_ 24 namespace sampleApplications {
25 namespace ipcServerSampleApp {
27 namespace IPCNamespaces {
82 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_NAMESPACES_ALEXACAPTIONSNAMESPACE_H_ Definition: AlexaCaptionsNamespace.h:63
static const int IPC_MSG_VERSION_CAPTIONS(1)
The namespace version for Captions.
::std::string string
Definition: gtest-port.h:1097
Message & setParsedPayload(const std::string &payload)
Definition: Message.h:179
RenderCaptionsMessage(const std::string &payload)
Definition: AlexaCaptionsNamespace.h:54
SetCaptionsStateMessage(const bool enabled)
Definition: AlexaCaptionsNamespace.h:70
Definition: AlexaCaptionsNamespace.h:47
static const char IPC_MSG_NAME_SET_CAPTIONS_STATE[]
The message name for setCaptionsState.
Definition: AlexaCaptionsNamespace.h:39
Message(const std::string &nameSpace, const int version, const std::string &name)
Definition: Message.h:64
Message & setEnabledInPayload(bool enabled)
Definition: Message.h:138
static const char IPC_MSG_NAME_ENABLED_TAG[]
The enabled json key in the message.
Definition: AlexaCaptionsNamespace.h:42
static const char IPC_MSG_NAME_RENDER_CAPTIONS[]
The message name for renderCaptions.
Definition: AlexaCaptionsNamespace.h:36
Message & addPayload()
Definition: Message.h:208
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static const char IPC_MSG_NAMESPACE_CAPTIONS[]
The message namespace for Captions.
Definition: AlexaCaptionsNamespace.h:30