AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Enumerations | Functions
PlayBehavior.h File Reference
#include <string>
#include <ostream>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
Include dependency graph for PlayBehavior.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::avs
 

Enumerations

enum  alexaClientSDK::avsCommon::avs::PlayBehavior { alexaClientSDK::avsCommon::avs::PlayBehavior::REPLACE_ALL, alexaClientSDK::avsCommon::avs::PlayBehavior::ENQUEUE, alexaClientSDK::avsCommon::avs::PlayBehavior::REPLACE_ENQUEUED }
 Used to determine how a client must handle queueing and playback of a stream. More...
 

Functions

std::string alexaClientSDK::avsCommon::avs::playBehaviorToString (PlayBehavior playBehavior)
 
bool alexaClientSDK::avsCommon::avs::stringToPlayBehavior (const std::string &text, PlayBehavior *playBehavior)
 
std::ostream & alexaClientSDK::avsCommon::avs::operator<< (std::ostream &stream, const PlayBehavior &playBehavior)
 
bool alexaClientSDK::avsCommon::avs::convertToValue (const rapidjson::Value &documentNode, PlayBehavior *playBehavior)
 

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0