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

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

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

revision 2273 by persson, Sun Jan 10 12:58:51 2010 UTC revision 2274 by schoenebeck, Mon Sep 19 21:41:34 2011 UTC
# Line 470  namespace DLS { Line 470  namespace DLS {
470    
471              File();              File();
472              File(RIFF::File* pRIFF);              File(RIFF::File* pRIFF);
473                String      GetFileName();
474              Sample*     GetFirstSample();     ///< Returns a pointer to the first <i>Sample</i> object of the file, <i>NULL</i> otherwise.              Sample*     GetFirstSample();     ///< Returns a pointer to the first <i>Sample</i> object of the file, <i>NULL</i> otherwise.
475              Sample*     GetNextSample();      ///< Returns a pointer to the next <i>Sample</i> object of the file, <i>NULL</i> otherwise.              Sample*     GetNextSample();      ///< Returns a pointer to the next <i>Sample</i> object of the file, <i>NULL</i> otherwise.
476              Sample*     AddSample();              Sample*     AddSample();

Legend:
Removed from v.2273  
changed lines
  Added in v.2274

  ViewVC Help
Powered by ViewVC