00001 #ifndef MYTHCOMMFLAGPLAYER_H 00002 #define MYTHCOMMFLAGPLAYER_H 00003 00004 #include "mythplayer.h" 00005 00006 class MTV_PUBLIC MythCommFlagPlayer : public MythPlayer 00007 { 00008 public: 00009 MythCommFlagPlayer(PlayerFlags flags = kNoFlags) : MythPlayer(flags) { } 00010 bool RebuildSeekTable(bool showPercentage = true, StatusCallback cb = NULL, 00011 void* cbData = NULL); 00012 }; 00013 00014 #endif // MYTHCOMMFLAGPLAYER_H