AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <atomic>
#include <deque>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <queue>
#include <unordered_set>
#include <acsdkApplicationAudioPipelineFactoryInterfaces/ApplicationAudioPipelineFactoryInterface.h>
#include <acsdkBluetoothInterfaces/BluetoothNotifierInterface.h>
#include <acsdkBluetoothInterfaces/BluetoothDeviceConnectionRulesProviderInterface.h>
#include <acsdkBluetoothInterfaces/BluetoothDeviceObserverInterface.h>
#include <acsdkBluetoothInterfaces/BluetoothStorageInterface.h>
#include <acsdkManufactory/Annotated.h>
#include <acsdkShutdownManagerInterfaces/ShutdownNotifierInterface.h>
#include <AVSCommon/AVS/Attachment/InProcessAttachment.h>
#include <AVSCommon/AVS/AVSDirective.h>
#include <AVSCommon/AVS/CapabilityAgent.h>
#include <AVSCommon/AVS/CapabilityConfiguration.h>
#include <AVSCommon/AVS/ExceptionErrorType.h>
#include <AVSCommon/AVS/FocusState.h>
#include <AVSCommon/AVS/Requester.h>
#include <AVSCommon/SDKInterfaces/AudioFocusAnnotation.h>
#include <AVSCommon/SDKInterfaces/CapabilityConfigurationInterface.h>
#include <AVSCommon/SDKInterfaces/ChannelVolumeInterface.h>
#include <AVSCommon/SDKInterfaces/ContextManagerInterface.h>
#include <AVSCommon/SDKInterfaces/ContextRequesterInterface.h>
#include <AVSCommon/SDKInterfaces/FocusManagerInterface.h>
#include <AVSCommon/SDKInterfaces/MessageSenderInterface.h>
#include <AVSCommon/SDKInterfaces/Bluetooth/BluetoothDeviceConnectionRuleInterface.h>
#include <AVSCommon/SDKInterfaces/Bluetooth/BluetoothDeviceInterface.h>
#include <AVSCommon/SDKInterfaces/Bluetooth/BluetoothDeviceManagerInterface.h>
#include <AVSCommon/SDKInterfaces/Bluetooth/Services/AVRCPTargetInterface.h>
#include <AVSCommon/SDKInterfaces/Endpoints/DefaultEndpointAnnotation.h>
#include <AVSCommon/SDKInterfaces/Endpoints/EndpointCapabilitiesRegistrarInterface.h>
#include <AVSCommon/Utils/Bluetooth/BluetoothEventBus.h>
#include <AVSCommon/Utils/Bluetooth/BluetoothEvents.h>
#include <AVSCommon/Utils/Bluetooth/DeviceCategory.h>
#include <AVSCommon/Utils/MediaPlayer/MediaPlayerInterface.h>
#include <AVSCommon/Utils/MediaPlayer/MediaPlayerObserverInterface.h>
#include <AVSCommon/Utils/Optional.h>
#include <AVSCommon/Utils/RequiresShutdown.h>
#include <AVSCommon/Utils/Bluetooth/FormattedAudioStreamAdapter.h>
#include <AVSCommon/Utils/Threading/Executor.h>
#include <RegistrationManager/CustomerDataHandler.h>
#include <RegistrationManager/CustomerDataManagerInterface.h>
#include "acsdkBluetooth/BluetoothEventState.h"
#include "acsdkBluetooth/BluetoothMediaInputTransformer.h"
#include "acsdkBluetoothInterfaces/BluetoothLocalInterface.h"
Go to the source code of this file.
Classes | |
class | alexaClientSDK::acsdkBluetooth::Bluetooth |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::acsdkBluetooth | |
Functions | |
std::string | alexaClientSDK::acsdkBluetooth::streamingStateToString (Bluetooth::StreamingState state) |
std::ostream & | alexaClientSDK::acsdkBluetooth::operator<< (std::ostream &stream, const Bluetooth::StreamingState state) |
std::string | alexaClientSDK::acsdkBluetooth::focusTransitionStateToString (Bluetooth::FocusTransitionState state) |
std::ostream & | alexaClientSDK::acsdkBluetooth::operator<< (std::ostream &stream, const Bluetooth::FocusTransitionState state) |
std::string | alexaClientSDK::acsdkBluetooth::scanningStateToString (Bluetooth::ScanningTransitionState state) |
std::ostream & | alexaClientSDK::acsdkBluetooth::operator<< (std::ostream &stream, const Bluetooth::ScanningTransitionState state) |
Variables | |
static const constexpr char * | alexaClientSDK::acsdkBluetooth::BLUETOOTH_MEDIA_PLAYER_NAME = "BluetoothMediaPlayer" |
String to identify the Bluetooth media player to render audio. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0