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::resources::audio::AudioFactory Class Reference

#include <AudioFactory.h>

Inheritance diagram for alexaClientSDK::applicationUtilities::resources::audio::AudioFactory:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::applicationUtilities::resources::audio::AudioFactory:
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< avsCommon::sdkInterfaces::audio::AudioFactoryInterfacecreateAudioFactoryInterface ()
 

Detailed Description

A class that constructs an object to create unique streams to the audio data for alerts and other audio types.

Member Function Documentation

◆ alerts()

std::shared_ptr<avsCommon::sdkInterfaces::audio::AlertsAudioFactoryInterface> alexaClientSDK::applicationUtilities::resources::audio::AudioFactory::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::resources::audio::AudioFactory::communications ( ) const
overridevirtual

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

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

◆ createAudioFactoryInterface()

static std::shared_ptr<avsCommon::sdkInterfaces::audio::AudioFactoryInterface> alexaClientSDK::applicationUtilities::resources::audio::AudioFactory::createAudioFactoryInterface ( )
static

Factory method that creates a new AudioFactoryInterface.

Returns
A shared_ptr to a new AudioFactoryInterface.

◆ notifications()

std::shared_ptr<avsCommon::sdkInterfaces::audio::NotificationsAudioFactoryInterface> alexaClientSDK::applicationUtilities::resources::audio::AudioFactory::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::resources::audio::AudioFactory::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