NUGU SDK Linux  1.7.6
media_player_interface.hh File Reference
#include <string>
#include <base/nugu_audio.h>
#include <nugu.h>
+ Include dependency graph for media_player_interface.hh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NuguClientKit::IMediaPlayer
 mediaplayer interface More...
 
class  NuguClientKit::IMediaPlayerListener
 mediaplayer listener interface More...
 
class  NuguClientKit::ITTSPlayer
 ttsplayer interface More...
 

Enumerations

enum class  NuguClientKit::MediaPlayerEvent {
  INVALID_MEDIA_URL , LOADING_MEDIA_FAILED , LOADING_MEDIA_SUCCESS , PLAYING_MEDIA_FINISHED ,
  PLAYING_MEDIA_UNDERRUN
}
 MediaPlayerEvent. More...
 
enum class  NuguClientKit::MediaPlayerState {
  IDLE , PREPARE , READY , PLAYING ,
  PAUSED , STOPPED
}
 MediaPlayerState. More...