![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Public Member Functions | |
MOCK_METHOD2 (registerAppClientListener, rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo, rtc::native::RtcscAppClientListenerInterface *appClientListener)) | |
MOCK_METHOD1 (unregisterAppClientListener, rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo)) | |
MOCK_METHOD2 (registerMetricsPublisherListener, rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo, rtc::native::RtcscMetricsPublisherListenerInterface *metricsPublisherListener)) | |
MOCK_METHOD1 (unregisterMetricsPublisherListener, rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo)) | |
MOCK_METHOD2 (setLocalAudioState, rtc::native::RtcscErrorCode(const std::string &sessionId, bool audioEnabled)) | |
MOCK_METHOD2 (setLocalVideoState, rtc::native::RtcscErrorCode(const std::string &sessionId, bool videoEnabled)) | |
MOCK_METHOD2 (setRemoteAudioState, rtc::native::RtcscErrorCode(const std::string &sessionId, bool audioEnabled)) | |
MOCK_METHOD1 (acceptSession, rtc::native::RtcscErrorCode(const std::string &sessionId)) | |
MOCK_METHOD2 (disconnectSession, rtc::native::RtcscErrorCode(const std::string &sessionId, rtc::native::RtcscAppDisconnectCode rtcscAppDisconnectCode)) | |
MOCK_METHOD2 (switchCamera, rtc::native::RtcscErrorCode(const std::string &sessionId, const std::string &cameraName)) | |
MOCK_METHOD1 (signalReadyForSession, rtc::native::RtcscErrorCode(const std::string &sessionId)) | |
MOCK_METHOD3 (setVideoEffect, rtc::native::RtcscErrorCode(const std::string &sessionId, const rtc::native::VideoEffect &videoEffect, int videoEffectDurationMs)) | |
MOCK_METHOD2 (registerDataChannelListener, bool(const std::string &sessionId, rtc::native::RtcscDataChannelListenerInterface *dataChannelListener)) | |
MOCK_METHOD1 (unregisterDataChannelListener, bool(const std::string &sessionId)) | |
MOCK_METHOD4 (sendData, bool(const std::string &sessionId, const std::string &label, const std::string &data, bool binary)) | |
MOCK_METHOD3 (registerSurfaceConsumer, void(const std::string &sessionId, std::shared_ptr< rtc::native::RtcscSurfaceConsumerInterface > surfaceConsumer, rtc::native::MediaSide side)) | |
MOCK_METHOD2 (unregisterSurfaceConsumer, void(const std::string &sessionId, rtc::native::MediaSide side)) | |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD1 | ( | unregisterAppClientListener | , |
rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD1 | ( | unregisterMetricsPublisherListener | , |
rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD1 | ( | acceptSession | , |
rtc::native::RtcscErrorCode(const std::string &sessionId) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD1 | ( | signalReadyForSession | , |
rtc::native::RtcscErrorCode(const std::string &sessionId) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD1 | ( | unregisterDataChannelListener | , |
bool(const std::string &sessionId) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | registerAppClientListener | , |
rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo, rtc::native::RtcscAppClientListenerInterface *appClientListener) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | registerMetricsPublisherListener | , |
rtc::native::RtcscErrorCode(const rtc::native::AppInfo &appInfo, rtc::native::RtcscMetricsPublisherListenerInterface *metricsPublisherListener) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | setLocalAudioState | , |
rtc::native::RtcscErrorCode(const std::string &sessionId, bool audioEnabled) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | setLocalVideoState | , |
rtc::native::RtcscErrorCode(const std::string &sessionId, bool videoEnabled) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | setRemoteAudioState | , |
rtc::native::RtcscErrorCode(const std::string &sessionId, bool audioEnabled) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | disconnectSession | , |
rtc::native::RtcscErrorCode(const std::string &sessionId, rtc::native::RtcscAppDisconnectCode rtcscAppDisconnectCode) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | switchCamera | , |
rtc::native::RtcscErrorCode(const std::string &sessionId, const std::string &cameraName) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | registerDataChannelListener | , |
bool(const std::string &sessionId, rtc::native::RtcscDataChannelListenerInterface *dataChannelListener) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD2 | ( | unregisterSurfaceConsumer | , |
void(const std::string &sessionId, rtc::native::MediaSide side) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD3 | ( | setVideoEffect | , |
rtc::native::RtcscErrorCode(const std::string &sessionId, const rtc::native::VideoEffect &videoEffect, int videoEffectDurationMs) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD3 | ( | registerSurfaceConsumer | , |
void(const std::string &sessionId, std::shared_ptr< rtc::native::RtcscSurfaceConsumerInterface > surfaceConsumer, rtc::native::MediaSide side) | |||
) |
alexaClientSDK::alexaLiveViewController::test::MockRtcscAppClient::MOCK_METHOD4 | ( | sendData | , |
bool(const std::string &sessionId, const std::string &label, const std::string &data, bool binary) | |||
) |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0