Home | History | Annotate | Download | only in media

Lines Matching defs:MediaPlayer

17 class MediaPlayer {
21 virtual ~MediaPlayer();
23 // Adjusts the mediaplayer window height.
26 // Forces the mediaplayer window to be closed.
38 // Popup the mediaplayer, this shows the browser, and sets up its
51 // Notfies the mediaplayer that the playlist changed. This could be
52 // called from the mediaplayer itself for example.
56 static MediaPlayer* GetInstance();
60 friend struct DefaultSingletonTraits<MediaPlayer>;
68 MediaPlayer();
72 // Browser containing the Mediaplayer.
75 DISALLOW_COPY_AND_ASSIGN(MediaPlayer);