Shaka Player Embedded
Namespaces | Functions
utils.cc File Reference
#include "src/util/utils.h"
#include <glog/logging.h>
#include <algorithm>
#include <cctype>

Go to the source code of this file.

Namespaces

 shaka
 
 shaka::util
 

Functions

std::string shaka::util::StringPrintf (const char *format,...)
 
std::string shaka::util::StringPrintfV (const char *format, va_list va)
 
std::vector< std::string > shaka::util::StringSplit (const std::string &source, char split_on)
 
std::string shaka::util::ToAsciiLower (const std::string &source)
 
std::string shaka::util::TrimAsciiWhitespace (const std::string &source)
 
std::string shaka::util::ToHexString (const uint8_t *data, size_t data_size)