AlexaClientSDK
1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Namespaces | |
test | |
Classes | |
class | RenderPlayerInfoCardsProviderRegistrar |
class | TemplateRuntime |
Functions | |
static const std::string | TAG ("RenderPlayerInfoCardsProviderRegistrar") |
String to identify log entries originating from this file. More... | |
static std::shared_ptr< avsCommon::avs::CapabilityConfiguration > | getTemplateRuntimeCapabilityConfiguration () |
Variables | |
static const std::string | TEMPLATERUNTIME_CAPABILITY_INTERFACE_TYPE = "AlexaInterface" |
static const std::string | TEMPLATERUNTIME_CAPABILITY_INTERFACE_NAME = "TemplateRuntime" |
TemplateRuntime interface name. More... | |
static const std::string | TEMPLATERUNTIME_CAPABILITY_INTERFACE_VERSION = "1.1" |
TemplateRuntime interface version. More... | |
static const std::string | TAG {"TemplateRuntime"} |
String to identify log entries originating from this file. More... | |
static const std::string | TEMPLATERUNTIME_CONFIGURATION_ROOT_KEY = "templateRuntimeCapabilityAgent" |
The key in our config file to find the root of template runtime configuration. More... | |
static const std::string | TEMPLATERUNTIME_TTS_FINISHED_KEY = "displayCardTTSFinishedTimeout" |
The key in our config file to set the display card timeout value when TTS is in FINISHED state. More... | |
static const std::string | TEMPLATERUNTIME_AUDIOPLAYBACK_FINISHED_KEY = "displayCardAudioPlaybackFinishedTimeout" |
The key in our config file to set the display card timeout value when AudioPlayer is in FINISHED state. More... | |
static const std::string | TEMPLATERUNTIME_AUDIOPLAYBACK_STOPPED_PAUSED_KEY |
The key in our config file to set the display card timeout value when AudioPlayer is in STOPPED or PAUSE state. More... | |
static const std::string | CHANNEL_NAME = avsCommon::sdkInterfaces::FocusManagerInterface::VISUAL_CHANNEL_NAME |
The name of the FocusManager channel used by TemplateRuntime . More... | |
static const std::string | NAMESPACE {"TemplateRuntime"} |
The namespace for this capability agent. More... | |
static const std::string | RENDER_TEMPLATE {"RenderTemplate"} |
The name for RenderTemplate directive. More... | |
static const std::string | RENDER_PLAYER_INFO {"RenderPlayerInfo"} |
The name for RenderPlayerInfo directive. More... | |
static const NamespaceAndName | TEMPLATE {NAMESPACE, RENDER_TEMPLATE} |
The RenderTemplate directive signature. More... | |
static const NamespaceAndName | PLAYER_INFO {NAMESPACE, RENDER_PLAYER_INFO} |
The RenderPlayerInfo directive signature. More... | |
static const std::string | AUDIO_ITEM_ID_TAG {"audioItemId"} |
Tag for find the AudioItemId in the payload of the RenderPlayerInfo directive. More... | |
static const size_t | MAXIMUM_QUEUE_SIZE {100} |
Maximum queue size allowed for m_audioItems. More... | |
static const std::chrono::milliseconds | DEFAULT_TTS_FINISHED_TIMEOUT_MS {2000} |
Default timeout for clearing the RenderTemplate display card when SpeechSynthesizer is in FINISHED state. More... | |
static const std::chrono::milliseconds | DEFAULT_AUDIO_FINISHED_TIMEOUT_MS {2000} |
Default timeout for clearing the RenderPlayerInfo display card when AudioPlayer is in FINISHED state. More... | |
static const std::chrono::milliseconds | DEFAULT_AUDIO_STOPPED_PAUSED_TIMEOUT_MS {60000} |
Default timeout for clearing the RenderPlayerInfo display card when AudioPlayer is in STOPPED/PAUSED state. More... | |
|
static |
Creates the TemplateRuntime capability configuration.
|
static |
String to identify log entries originating from this file.
|
static |
Tag for find the AudioItemId in the payload of the RenderPlayerInfo directive.
|
static |
The name of the FocusManager
channel used by TemplateRuntime
.
|
static |
Default timeout for clearing the RenderPlayerInfo display card when AudioPlayer is in FINISHED state.
|
static |
Default timeout for clearing the RenderPlayerInfo display card when AudioPlayer is in STOPPED/PAUSED state.
|
static |
Default timeout for clearing the RenderTemplate display card when SpeechSynthesizer is in FINISHED state.
|
static |
Maximum queue size allowed for m_audioItems.
|
static |
The namespace for this capability agent.
|
static |
The RenderPlayerInfo directive signature.
|
static |
The name for RenderPlayerInfo directive.
|
static |
The name for RenderTemplate directive.
|
static |
String to identify log entries originating from this file.
|
static |
The RenderTemplate directive signature.
|
static |
The key in our config file to set the display card timeout value when AudioPlayer is in FINISHED state.
|
static |
The key in our config file to set the display card timeout value when AudioPlayer is in STOPPED or PAUSE state.
|
static |
TemplateRuntime interface name.
|
static |
TemplateRuntime capability constants TemplateRuntime interface type
|
static |
TemplateRuntime interface version.
|
static |
The key in our config file to find the root of template runtime configuration.
|
static |
The key in our config file to set the display card timeout value when TTS is in FINISHED state.
AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0