AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <rapidjson/document.h>
#include <rapidjson/error/en.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include <map>
#include <AVSCommon/AVS/NamespaceAndName.h>
#include <AVSCommon/Utils/RetryTimer.h>
#include "acsdkExternalMediaPlayerInterfaces/ExternalMediaAdapterInterface.h"
Go to the source code of this file.
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::acsdkExternalMediaPlayerInterfaces | |
Functions | |
std::string | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::adapterEventToString (AdapterEvent event) |
std::ostream & | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::operator<< (std::ostream &stream, const AdapterEvent &event) |
rapidjson::Value | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::buildSupportedOperations (const std::set< acsdkExternalMediaPlayerInterfaces::SupportedPlaybackOperation > &supportedOperations, rapidjson::Document::AllocatorType &allocator) |
bool | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::buildMediaState (rapidjson::Value *document, const AdapterPlaybackState &playbackState, rapidjson::Document::AllocatorType &allocator) |
rapidjson::Value | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::buildPlaybackState (const acsdkExternalMediaPlayerInterfaces::AdapterPlaybackState &playbackState, rapidjson::Document::AllocatorType &allocator) |
rapidjson::Value | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::buildSessionState (const acsdkExternalMediaPlayerInterfaces::AdapterSessionState &sessionState, rapidjson::Document::AllocatorType &allocator) |
bool | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::buildDefaultPlayerState (rapidjson::Value *document, rapidjson::Document::AllocatorType &allocator) |
std::string | alexaClientSDK::acsdkExternalMediaPlayerInterfaces::getEmpContextString (acsdkExternalMediaPlayerInterfaces::AdapterState adapterState) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0