/[svn]/libgig/trunk/src/RIFF.h
ViewVC logotype

Diff of /libgig/trunk/src/RIFF.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1102 by persson, Sun Mar 18 07:13:06 2007 UTC revision 1184 by persson, Sun May 13 13:24:22 2007 UTC
# Line 114  namespace RIFF { Line 114  namespace RIFF {
114          stream_end      = 3          stream_end      = 3
115      } stream_whence_t;      } stream_whence_t;
116    
117        typedef enum {
118            endian_little = 0,
119            endian_big    = 1,
120            endian_native = 2
121        } endian_t;
122    
123      /** Provides convenient methods to access data of RIFF chunks in general. */      /** Provides convenient methods to access data of RIFF chunks in general. */
124      class Chunk {      class Chunk {
125          public:          public:
# Line 253  namespace RIFF { Line 259  namespace RIFF {
259              File(const String& path);              File(const String& path);
260              stream_mode_t GetMode();              stream_mode_t GetMode();
261              bool          SetMode(stream_mode_t NewMode);              bool          SetMode(stream_mode_t NewMode);
262                void SetByteOrder(endian_t Endian);
263              String GetFileName();              String GetFileName();
264              virtual void Save();              virtual void Save();
265              virtual void Save(const String& path);              virtual void Save(const String& path);

Legend:
Removed from v.1102  
changed lines
  Added in v.1184

  ViewVC Help
Powered by ViewVC