![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Namespaces | |
| test | |
Classes | |
| class | AndroidSLESMediaPlayer |
| class | AndroidSLESMediaQueue |
| class | AndroidSLESSpeaker |
| class | DecoderInterface |
| class | FFmpegAttachmentInputController |
| class | FFmpegDecoder |
| class | FFmpegDeleter |
| class | FFmpegInputControllerInterface |
| class | FFmpegStreamInputController |
| class | FFmpegUrlInputController |
| class | PlaybackConfiguration |
Typedefs | |
| using | LayoutMask = int64_t |
| The layout mask representing which channels should be enabled. More... | |
FFMpeg FFmpegDeleter specializations. | |
| using | AVInputFormatDeleter = FFmpegDeleter< AVInputFormat > |
| using | AVDictionaryDeleter = FFmpegDeleter< AVDictionary > |
| using | AVContextDeleter = FFmpegDeleter< AVCodecContext > |
| using | AVIOContextDeleter = FFmpegDeleter< AVIOContext > |
| using | AVFormatContextDeleter = FFmpegDeleter< AVFormatContext > |
| using | AVPacketDeleter = FFmpegDeleter< AVPacket > |
| using | AVFrameDeleter = FFmpegDeleter< AVFrame > |
| using | SwrContextDeleter = FFmpegDeleter< SwrContext > |
| using | AVFilterGraphDeleter = FFmpegDeleter< AVFilterGraph > |
| using | AVFilterContextDeleter = FFmpegDeleter< AVFilterContext > |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const FFmpegInputControllerInterface::Result &result) |
| std::ostream & | operator<< (std::ostream &stream, const PlaybackConfiguration::SampleFormat &format) |
| using alexaClientSDK::mediaPlayer::android::AVContextDeleter = typedef FFmpegDeleter<AVCodecContext> |
| using alexaClientSDK::mediaPlayer::android::AVDictionaryDeleter = typedef FFmpegDeleter<AVDictionary> |
| using alexaClientSDK::mediaPlayer::android::AVFilterContextDeleter = typedef FFmpegDeleter<AVFilterContext> |
| using alexaClientSDK::mediaPlayer::android::AVFilterGraphDeleter = typedef FFmpegDeleter<AVFilterGraph> |
| using alexaClientSDK::mediaPlayer::android::AVFormatContextDeleter = typedef FFmpegDeleter<AVFormatContext> |
| using alexaClientSDK::mediaPlayer::android::AVFrameDeleter = typedef FFmpegDeleter<AVFrame> |
| using alexaClientSDK::mediaPlayer::android::AVInputFormatDeleter = typedef FFmpegDeleter<AVInputFormat> |
| using alexaClientSDK::mediaPlayer::android::AVIOContextDeleter = typedef FFmpegDeleter<AVIOContext> |
| using alexaClientSDK::mediaPlayer::android::AVPacketDeleter = typedef FFmpegDeleter<AVPacket> |
| using alexaClientSDK::mediaPlayer::android::LayoutMask = typedef int64_t |
The layout mask representing which channels should be enabled.
| using alexaClientSDK::mediaPlayer::android::SwrContextDeleter = typedef FFmpegDeleter<SwrContext> |
|
inline |
Write a FFmpegInputControllerInterface::Result value to the given stream.
| stream | The stream to write the value to. |
| result | The value to write to the stream as a string. |
|
inline |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0