AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::ApplicationMediaInterfaces Struct Reference

#include <ApplicationMediaInterfaces.h>

Public Member Functions

 ApplicationMediaInterfaces (std::shared_ptr< avsCommon::utils::mediaPlayer::MediaPlayerInterface > mediaPlayer, std::shared_ptr< avsCommon::sdkInterfaces::SpeakerInterface > speaker, std::shared_ptr< acsdkEqualizerInterfaces::EqualizerInterface > equalizer, std::shared_ptr< avsCommon::utils::RequiresShutdown > requiresShutdown, std::shared_ptr< avsCommon::sdkInterfaces::ChannelVolumeInterface > channelVolume=nullptr)
 

Public Attributes

std::shared_ptr< avsCommon::utils::mediaPlayer::MediaPlayerInterfacemediaPlayer
 Media Player. More...
 
std::shared_ptr< avsCommon::sdkInterfaces::SpeakerInterfacespeaker
 Speaker implementation. More...
 
std::shared_ptr< acsdkEqualizerInterfaces::EqualizerInterfaceequalizer
 Equalizer implementation. More...
 
std::shared_ptr< avsCommon::utils::RequiresShutdownrequiresShutdown
 Requires Shutdown implementation. More...
 
std::shared_ptr< avsCommon::sdkInterfaces::ChannelVolumeInterfacechannelVolume
 ChannelVolume implementation. More...
 

Detailed Description

Structure used to identify an application's media interfaces that are typically created together.

Constructor & Destructor Documentation

◆ ApplicationMediaInterfaces()

alexaClientSDK::avsCommon::sdkInterfaces::ApplicationMediaInterfaces::ApplicationMediaInterfaces ( std::shared_ptr< avsCommon::utils::mediaPlayer::MediaPlayerInterface mediaPlayer,
std::shared_ptr< avsCommon::sdkInterfaces::SpeakerInterface speaker,
std::shared_ptr< acsdkEqualizerInterfaces::EqualizerInterface equalizer,
std::shared_ptr< avsCommon::utils::RequiresShutdown requiresShutdown,
std::shared_ptr< avsCommon::sdkInterfaces::ChannelVolumeInterface channelVolume = nullptr 
)
inline

Constructor

Parameters
mediaPlayerMediaPlayer
speakerSpeaker
equalizerEqualizer
requiresShutdownComponents requiring shutdown
channelVolumeChannel volume interface. Optional; default is a nullptr.

Member Data Documentation

◆ channelVolume

std::shared_ptr<avsCommon::sdkInterfaces::ChannelVolumeInterface> alexaClientSDK::avsCommon::sdkInterfaces::ApplicationMediaInterfaces::channelVolume

ChannelVolume implementation.

◆ equalizer

std::shared_ptr<acsdkEqualizerInterfaces::EqualizerInterface> alexaClientSDK::avsCommon::sdkInterfaces::ApplicationMediaInterfaces::equalizer

Equalizer implementation.

◆ mediaPlayer

std::shared_ptr<avsCommon::utils::mediaPlayer::MediaPlayerInterface> alexaClientSDK::avsCommon::sdkInterfaces::ApplicationMediaInterfaces::mediaPlayer

Media Player.

◆ requiresShutdown

std::shared_ptr<avsCommon::utils::RequiresShutdown> alexaClientSDK::avsCommon::sdkInterfaces::ApplicationMediaInterfaces::requiresShutdown

Requires Shutdown implementation.

◆ speaker

std::shared_ptr<avsCommon::sdkInterfaces::SpeakerInterface> alexaClientSDK::avsCommon::sdkInterfaces::ApplicationMediaInterfaces::speaker

Speaker implementation.


The documentation for this struct 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