AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Enumerations | Functions
StreamFormat.h File Reference
#include <ostream>
#include <AVSCommon/SDKInterfaces/DialogUXStateObserverInterface.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
Include dependency graph for StreamFormat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::acsdkAudioPlayer
 

Enumerations

enum  alexaClientSDK::acsdkAudioPlayer::StreamFormat { alexaClientSDK::acsdkAudioPlayer::StreamFormat::AUDIO_MPEG, alexaClientSDK::acsdkAudioPlayer::StreamFormat::UNKNOWN }
 Specifies the format of a binary audio attachment in a Play directive. More...
 

Functions

std::string alexaClientSDK::acsdkAudioPlayer::streamFormatToString (StreamFormat streamFormat)
 
bool alexaClientSDK::acsdkAudioPlayer::stringToStreamFormat (const std::string &text, StreamFormat *streamFormat)
 
std::ostream & alexaClientSDK::acsdkAudioPlayer::operator<< (std::ostream &stream, const StreamFormat &streamFormat)
 
bool alexaClientSDK::acsdkAudioPlayer::convertToValue (const rapidjson::Value &documentNode, StreamFormat *streamFormat)
 

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