![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <chrono>#include <string>#include <vector>#include <AVSCommon/Utils/PlaylistParser/PlaylistParserObserverInterface.h>

Go to the source code of this file.
Classes | |
| struct | alexaClientSDK::playlistParser::PlayItem |
| struct | alexaClientSDK::playlistParser::M3UContent |
| A struct used to encapsulate information retrieved from an M3U playlist. More... | |
Namespaces | |
| alexaClientSDK | |
| Whether or not curl logs should be emitted. | |
| alexaClientSDK::playlistParser | |
Functions | |
| bool | alexaClientSDK::playlistParser::isPlaylistExtendedM3U (const std::string &playlistContent) |
| M3UContent | alexaClientSDK::playlistParser::parseM3UContent (const std::string &playlistURL, const std::string &content) |
| avsCommon::utils::playlistParser::EncryptionInfo | alexaClientSDK::playlistParser::parseHLSEncryptionLine (const std::string &line, const std::string &baseURL) |
| long | alexaClientSDK::playlistParser::parsePlaylistMediaSequence (const std::string &line) |
| avsCommon::utils::playlistParser::ByteRange | alexaClientSDK::playlistParser::parseHLSByteRangeLine (const std::string &line) |
| avsCommon::utils::playlistParser::PlaylistEntry | alexaClientSDK::playlistParser::parseHLSMapLine (const std::string &line, const std::string &baseURL) |
Variables | |
| static constexpr long | alexaClientSDK::playlistParser::INVALID_MEDIA_SEQUENCE = -1 |
| An invalid media sequence number. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0