AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Static Public Member Functions | List of all members
alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory Class Reference

Stub class that implements AudioFactoryInterface. More...

Inheritance diagram for alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory:
Collaboration graph
[legend]

Public Member Functions

std::shared_ptr< avsCommon::sdkInterfaces::audio::AlertsAudioFactoryInterfacealerts () const override
 
std::shared_ptr< avsCommon::sdkInterfaces::audio::NotificationsAudioFactoryInterfacenotifications () const override
 
std::shared_ptr< avsCommon::sdkInterfaces::audio::CommunicationsAudioFactoryInterfacecommunications () const override
 
std::shared_ptr< avsCommon::sdkInterfaces::audio::SystemSoundAudioFactoryInterfacesystemSounds () const override
 
- Public Member Functions inherited from alexaClientSDK::avsCommon::sdkInterfaces::audio::AudioFactoryInterface
virtual ~AudioFactoryInterface ()=default
 

Static Public Member Functions

static std::shared_ptr< StubAudioFactorycreateStubAudioFactory (std::shared_ptr< SystemSoundAudioFactoryInterface > systemSoundFactory)
 

Detailed Description

Stub class that implements AudioFactoryInterface.

Member Function Documentation

◆ alerts()

std::shared_ptr< avsCommon::sdkInterfaces::audio::AlertsAudioFactoryInterface > alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory::alerts ( ) const
overridevirtual

This shares a factory that produces audio streams for the alerts components.

Implements alexaClientSDK::avsCommon::sdkInterfaces::audio::AudioFactoryInterface.

◆ communications()

std::shared_ptr< avsCommon::sdkInterfaces::audio::CommunicationsAudioFactoryInterface > alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory::communications ( ) const
overridevirtual

This shares a factory that produces audio streams for the communications components.

Implements alexaClientSDK::avsCommon::sdkInterfaces::audio::AudioFactoryInterface.

◆ createStubAudioFactory()

std::shared_ptr< StubAudioFactory > alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory::createStubAudioFactory ( std::shared_ptr< SystemSoundAudioFactoryInterface systemSoundFactory)
static

◆ notifications()

std::shared_ptr< avsCommon::sdkInterfaces::audio::NotificationsAudioFactoryInterface > alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory::notifications ( ) const
overridevirtual

This shares a factory that produces audio streams for the notifications components.

Implements alexaClientSDK::avsCommon::sdkInterfaces::audio::AudioFactoryInterface.

◆ systemSounds()

std::shared_ptr< avsCommon::sdkInterfaces::audio::SystemSoundAudioFactoryInterface > alexaClientSDK::applicationUtilities::systemSoundPlayer::test::StubAudioFactory::systemSounds ( ) const
overridevirtual

This shares a factory that produces audio streams for the system sound components.

Implements alexaClientSDK::avsCommon::sdkInterfaces::audio::AudioFactoryInterface.


The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0