Shaka Player Embedded
Classes | Namespaces | Macros | Functions
media_player.cc File Reference
#include "shaka/media/media_player.h"
#include <atomic>
#include <vector>
#include "src/debug/mutex.h"
#include "src/util/utils.h"

Go to the source code of this file.

Classes

class  shaka::media::MediaPlayer::ClientList::Impl
 

Namespaces

 shaka
 
 shaka::media
 

Macros

#define TO_STRING(E)
 
#define TO_STRING(E)
 

Functions

std::string shaka::media::to_string (VideoReadyState state)
 
std::string shaka::media::to_string (VideoPlaybackState state)
 

Macro Definition Documentation

§ TO_STRING [1/2]

#define TO_STRING (   E)
Value:
case VideoReadyState::E: \
return #E

§ TO_STRING [2/2]

#define TO_STRING (   E)
Value:
case VideoPlaybackState::E: \
return #E