![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <memory>
#include <acsdk/AudioEncoderInterfaces/AudioEncoderInterface.h>
#include <acsdk/AudioEncoderInterfaces/BlockAudioEncoderInterface.h>
#include <acsdk/AudioEncoder/AudioEncoderParams.h>
Go to the source code of this file.
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::audioEncoder | |
Functions | |
std::unique_ptr< audioEncoderInterfaces::AudioEncoderInterface > | alexaClientSDK::audioEncoder::createAudioEncoder (const std::shared_ptr< audioEncoderInterfaces::BlockAudioEncoderInterface > &blockAudioEncoder) |
Create audio encoder with default parameters. More... | |
std::unique_ptr< audioEncoderInterfaces::AudioEncoderInterface > | alexaClientSDK::audioEncoder::createAudioEncoderWithParams (const std::shared_ptr< audioEncoderInterfaces::BlockAudioEncoderInterface > &blockAudioEncoder, const AudioEncoderParams ¶ms) |
Create audio encoder with given parameters. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0