16 #ifndef APPLICATIONS_ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_TEST_ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_MOCKAPPLICATIONAUDIOPIPELINEFACTORY_H_ 17 #define APPLICATIONS_ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_TEST_ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_MOCKAPPLICATIONAUDIOPIPELINEFACTORY_H_ 26 namespace acsdkApplicationAudioPipelineFactoryInterfaces {
34 std::shared_ptr<avsCommon::sdkInterfaces::ApplicationMediaInterfaces>(
36 bool equalizerAvailable,
40 std::function<int8_t(int8_t)> volumeCurve));
44 std::shared_ptr<acsdkApplicationAudioPipelineFactoryInterfaces::PooledApplicationMediaInterfaces>(
47 bool equalizerAvailable,
51 std::function<int8_t(int8_t)> volumeCurve));
58 #endif // APPLICATIONS_ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_TEST_ACSDKAPPLICATIONAUDIOPIPELINEFACTORYINTERFACES_MOCKAPPLICATIONAUDIOPIPELINEFACTORY_H_
Definition: AmdMetricWrapperTest.cpp:24
::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
Definition: MockApplicationAudioPipelineFactory.h:29
Type
Definition: ChannelVolumeInterface.h:37
MOCK_METHOD7(createPooledApplicationMediaInterfaces, std::shared_ptr< acsdkApplicationAudioPipelineFactoryInterfaces::PooledApplicationMediaInterfaces >(const std::string &name, int numMediaPlayers, bool equalizerAvailable, bool enableLiveMode, bool isCaptionable, avsCommon::sdkInterfaces::ChannelVolumeInterface::Type channelVolumeType, std::function< int8_t(int8_t)> volumeCurve))
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: ApplicationAudioPipelineFactoryInterface.h:33
MOCK_METHOD6(createApplicationMediaInterfaces, std::shared_ptr< avsCommon::sdkInterfaces::ApplicationMediaInterfaces >(const std::string &name, bool equalizerAvailable, bool enableLiveMode, bool isCaptionable, avsCommon::sdkInterfaces::ChannelVolumeInterface::Type channelVolumeType, std::function< int8_t(int8_t)> volumeCurve))
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