AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
PlaybackConfiguration.cpp File Reference
#include <list>
#include <unordered_map>
#include <AVSCommon/Utils/Endian.h>
#include <AVSCommon/Utils/Configuration/ConfigurationNode.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include "AndroidSLESMediaPlayer/PlaybackConfiguration.h"
Include dependency graph for PlaybackConfiguration.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::mediaPlayer
 
 alexaClientSDK::mediaPlayer::android
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string TAG ("PlaybackConfiguration")
 String to identify log entries originating from this file. More...
 

Variables

static const size_t alexaClientSDK::mediaPlayer::android::DEFAULT_SAMPLE_RATE {48000}
 Default playback sample rate is 48kHz. More...
 
static const PlaybackConfiguration::ChannelLayout alexaClientSDK::mediaPlayer::android::DEFAULT_LAYOUT {PlaybackConfiguration::ChannelLayout::LAYOUT_STEREO}
 Default channel layout is stereo. More...
 
static const PlaybackConfiguration::SampleFormat alexaClientSDK::mediaPlayer::android::DEFAULT_SAMPLE_FORMAT {PlaybackConfiguration::SampleFormat::SIGNED_16}
 Default sample format is signed 16. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

Function Documentation

◆ TAG()

static const std::string TAG ( "PlaybackConfiguration"  )
static

String to identify log entries originating from this file.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0