16 #ifndef ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_APPLICATIONAUDIOPIPELINEFACTORYINTERFACE_H_ 17 #define ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_APPLICATIONAUDIOPIPELINEFACTORYINTERFACE_H_ 27 namespace acsdkApplicationAudioPipelineFactoryInterfaces {
55 bool equalizerAvailable =
false,
56 bool enableLiveMode =
false,
57 bool isCaptionable =
false,
60 std::function<int8_t(int8_t)> volumeCurve =
nullptr) = 0;
79 bool equalizerAvailable =
false,
80 bool enableLiveMode =
false,
81 bool isCaptionable =
false,
84 std::function<int8_t(int8_t)> volumeCurve =
nullptr) = 0;
90 #endif // ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_APPLICATIONAUDIOPIPELINEFACTORYINTERFACE_H_
::std::string string
Definition: gtest-port.h:1097
virtual std::shared_ptr< avsCommon::sdkInterfaces::ApplicationMediaInterfaces > createApplicationMediaInterfaces(const std::string &name, bool equalizerAvailable=false, bool enableLiveMode=false, bool isCaptionable=false, avsCommon::sdkInterfaces::ChannelVolumeInterface::Type channelVolumeType=avsCommon::sdkInterfaces::ChannelVolumeInterface::Type::AVS_SPEAKER_VOLUME, std::function< int8_t(int8_t)> volumeCurve=nullptr)=0
Volume type reflecting AVS Speaker API volume.
Type
Definition: ChannelVolumeInterface.h:37
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: ApplicationAudioPipelineFactoryInterface.h:33
virtual std::shared_ptr< PooledApplicationMediaInterfaces > createPooledApplicationMediaInterfaces(const std::string &name, int numMediaPlayers, bool equalizerAvailable=false, bool enableLiveMode=false, bool isCaptionable=false, avsCommon::sdkInterfaces::ChannelVolumeInterface::Type channelVolumeType=avsCommon::sdkInterfaces::ChannelVolumeInterface::Type::AVS_SPEAKER_VOLUME, std::function< int8_t(int8_t)> volumeCurve=nullptr)=0
virtual ~ApplicationAudioPipelineFactoryInterface()=default