AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Classes | Typedefs | Functions
alexaClientSDK::mediaPlayer::android Namespace Reference

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)
 

Typedef Documentation

◆ AVContextDeleter

◆ AVDictionaryDeleter

◆ AVFilterContextDeleter

◆ AVFilterGraphDeleter

◆ AVFormatContextDeleter

◆ AVFrameDeleter

◆ AVInputFormatDeleter

◆ AVIOContextDeleter

◆ AVPacketDeleter

◆ LayoutMask

The layout mask representing which channels should be enabled.

◆ SwrContextDeleter

Function Documentation

◆ operator<<() [1/2]

std::ostream& alexaClientSDK::mediaPlayer::android::operator<< ( std::ostream &  stream,
const FFmpegInputControllerInterface::Result result 
)
inline

Write a FFmpegInputControllerInterface::Result value to the given stream.

Parameters
streamThe stream to write the value to.
resultThe value to write to the stream as a string.
Returns
The stream that was passed in and written to.

◆ operator<<() [2/2]

std::ostream& alexaClientSDK::mediaPlayer::android::operator<< ( std::ostream &  stream,
const PlaybackConfiguration::SampleFormat format 
)
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