![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Used to implement an instance of AVRCPTarget (Audio/Video Remote Control Profile). More...
#include <AVRCPTargetInterface.h>
Public Member Functions | |
virtual bool | play ()=0 |
virtual bool | pause ()=0 |
virtual bool | next ()=0 |
virtual bool | previous ()=0 |
virtual | ~AVRCPTargetInterface ()=default |
![]() | |
virtual std::shared_ptr< SDPRecordInterface > | getRecord ()=0 |
virtual | ~BluetoothServiceInterface ()=default |
Destructor. More... | |
virtual void | setup ()=0 |
Called for any necessary setup of the service. More... | |
virtual void | cleanup ()=0 |
Called for any necessary cleanup of the service. More... | |
Static Public Attributes | |
static constexpr const char * | UUID = "0000110c-0000-1000-8000-00805f9b34fb" |
The Service UUID. More... | |
static constexpr const char * | NAME = "A/V_RemoteControlTarget" |
The Service Name. More... | |
Used to implement an instance of AVRCPTarget (Audio/Video Remote Control Profile).
|
virtualdefault |
Destructor.
|
pure virtual |
Sends a next command to the device supporting AVRCPTarget.
Implemented in alexaClientSDK::bluetoothImplementations::blueZ::BlueZAVRCPTarget.
|
pure virtual |
Sends a pause command to the device supporting AVRCPTarget.
Implemented in alexaClientSDK::bluetoothImplementations::blueZ::BlueZAVRCPTarget.
|
pure virtual |
Sends a play command to the device supporting AVRCPTarget.
Implemented in alexaClientSDK::bluetoothImplementations::blueZ::BlueZAVRCPTarget.
|
pure virtual |
Sends a previous command to the device supporting AVRCPTarget.
Implemented in alexaClientSDK::bluetoothImplementations::blueZ::BlueZAVRCPTarget.
|
static |
The Service Name.
|
static |
The Service UUID.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0