maemo-ui/src/mmyth_tvplayer.h
branchtrunk
changeset 226 1c6e5a5dc5d2
parent 64 f926338c6952
child 244 c88244670b08
     1.1 --- a/maemo-ui/src/mmyth_tvplayer.h	Mon Nov 06 18:58:26 2006 +0000
     1.2 +++ b/maemo-ui/src/mmyth_tvplayer.h	Tue Dec 19 17:20:46 2006 +0000
     1.3 @@ -36,9 +36,10 @@
     1.4  #include <gst/gst.h>
     1.5  #include <gst/interfaces/xoverlay.h>
     1.6  
     1.7 -#include "gmyth_recorder.h"
     1.8 -#include "gmyth_tvchain.h"
     1.9 -#include "gmyth_common.h"
    1.10 +#include <gmyth/gmyth_recorder.h>
    1.11 +#include <gmyth/gmyth_tvchain.h>
    1.12 +#include <gmyth/gmyth_common.h>
    1.13 +#include <gmyth/gmyth_livetv.h>
    1.14  
    1.15  G_BEGIN_DECLS
    1.16  
    1.17 @@ -88,6 +89,9 @@
    1.18  	GMythRecorder *recorder;
    1.19  	GMythTVChain *tvchain;
    1.20  	GMythProgramInfo *proginfo;
    1.21 +	GMythLiveTV *livetv;
    1.22 +
    1.23 +	GMythBackendInfo *backend_info;
    1.24  	
    1.25  	gboolean is_livetv;
    1.26  };
    1.27 @@ -96,7 +100,7 @@
    1.28  GType          mmyth_tvplayer_get_type (void);
    1.29  
    1.30  MMythTVPlayer* mmyth_tvplayer_new ();
    1.31 -gboolean       mmyth_tvplayer_initialize (MMythTVPlayer *tvplayer);
    1.32 +gboolean       mmyth_tvplayer_initialize (MMythTVPlayer *tvplayer, GMythBackendInfo *backend_info);
    1.33  
    1.34  void           mmyth_tvplayer_start_playing   (MMythTVPlayer *tvplayer);
    1.35  void           mmyth_tvplayer_stop_playing    (MMythTVPlayer *tvplayer);