![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Classes | |
struct | EncryptionInfo |
class | IterativePlaylistParserInterface |
struct | PlaylistEntry |
class | PlaylistParserInterface |
class | PlaylistParserObserverInterface |
Typedefs | |
typedef std::tuple< long, long > | ByteRange |
Alias for holding start and end offsets of byte range of an URL to download. More... | |
Enumerations | |
enum | PlaylistParseResult { PlaylistParseResult::FINISHED, PlaylistParseResult::ERROR, PlaylistParseResult::STILL_ONGOING, PlaylistParseResult::SHUTDOWN } |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const PlaylistParseResult &result) |
typedef std::tuple<long, long> alexaClientSDK::avsCommon::utils::playlistParser::ByteRange |
Alias for holding start and end offsets of byte range of an URL to download.
An enum class used to specify the result of a parsing operation.
|
inline |
Write a PlaylistParseResult
value to an ostream
as a string.
stream | The stream to write the value to. |
result | The PlaylistParseResult value to write to the ostream as a string. |
ostream
that was passed in and written to. AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0