Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 4:18:25 PM (18 years ago)
Author:
hdavid
Message:

branches/avi_play: safe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/lib/graphics/importer/movie_player.h

    r6611 r6711  
    5454  float fps;
    5555  int duration;
    56   bool loading;
     56  bool mediaLoaded;
    5757
    5858public:
    5959
    60   MoviePlayer(const char* filename);
    61   MoviePlayer();
     60  MoviePlayer(const char* filename = NULL);
    6261  ~MoviePlayer();
    6362
     
    7978private:
    8079
    81   void init();
    8280  void getNextFrame();
    8381  void skipFrame(int frames);
    8482  bool gotoFrame(int frames);
    8583
     84  void unloadMedia();
     85
    8686};
    8787
Note: See TracChangeset for help on using the changeset viewer.