Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2006, 7:47:05 PM (19 years ago)
Author:
hdavid
Message:

branches\avi_play

File:
1 edited

Legend:

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

    r6382 r6401  
    5656
    5757  MP_STATUS status;     
    58   float speed;
    5958  float timer;
     59  int start_frame;
    6060  int actual_frame;
    6161  int frame_number;
    6262  float fps;
    63   int duration; 
     63  int duration;
     64  bool loading; 
    6465
    6566public:
     
    6970  ~MoviePlayer();
    7071
    71   void loadMovie(const char* filename);
     72  bool loadMovie(const char* filename);
    7273
    7374        void start(float start_time);
     
    7980        const void draw();
    8081
    81         void setSpeed(float speed);
    82         float getSpeed();
     82        void setFPS(float fps);
     83        float getFPS();
    8384        const MP_STATUS getStatus();
    8485  void printInformation();
     
    8990  void getNextFrame();
    9091  void skipFrame(int frames);
    91   void gotoFrame(int frames);
     92  bool gotoFrame(int frames);
    9293
    9394};
Note: See TracChangeset for help on using the changeset viewer.