AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Functions
PlaylistUtils.h File Reference
#include <chrono>
#include <string>
#include <vector>
#include <AVSCommon/SDKInterfaces/HTTPContentFetcherInterface.h>
Include dependency graph for PlaylistUtils.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::playlistParser
 

Functions

std::vector< std::string > alexaClientSDK::playlistParser::parsePLSContent (const std::string &playlistURL, const std::string &content)
 
void alexaClientSDK::playlistParser::removeCarriageReturnFromLine (std::string *line)
 
bool alexaClientSDK::playlistParser::readFromContentFetcher (std::unique_ptr< avsCommon::sdkInterfaces::HTTPContentFetcherInterface > contentFetcher, std::string *content, std::atomic< bool > *shouldShutDown, std::string *playlistURL)
 
bool alexaClientSDK::playlistParser::isURLAbsolute (const std::string &url)
 
bool alexaClientSDK::playlistParser::getAbsoluteURLFromRelativePathToURL (std::string baseURL, std::string relativePath, std::string *absoluteURL)
 

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