Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2005, 1:07:57 AM (20 years ago)
Author:
hdavid
Message:

branches\avi_play: MediaContainer opens a videofile and prints some information

File:
1 edited

Legend:

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

    r6003 r6057  
    3232private:
    3333
    34         char* filename;
    3534        int current_frame;
    3635        int num_frames;
     
    4443        int num_bytes;
    4544        int video_stream;
     45        bool frames_left;
    4646
    4747public:
     
    6161        void getStream(/* stream */);
    6262
     63        bool framesLeft();
     64
     65        /* prints some information about the
     66           media file for debug reasons */
     67        void printMediaInformation();
     68
    6369};
    6470
Note: See TracChangeset for help on using the changeset viewer.