mirror of
https://github.com/thestk/stk
synced 2026-04-22 23:44:36 +00:00
Version 4.4.0
This commit is contained in:
committed by
Stephen Sinclair
parent
d199342e86
commit
eccd8c9981
@@ -1,3 +1,10 @@
|
||||
#ifndef STK_FILEWRITE_H
|
||||
#define STK_FILEWRITE_H
|
||||
|
||||
#include "Stk.h"
|
||||
|
||||
namespace stk {
|
||||
|
||||
/***************************************************/
|
||||
/*! \class FileWrite
|
||||
\brief STK audio file output class.
|
||||
@@ -17,15 +24,10 @@
|
||||
type, the data type will automatically be modified. Compressed
|
||||
data types are not supported.
|
||||
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
|
||||
by Perry R. Cook and Gary P. Scavone, 1995 - 2009.
|
||||
*/
|
||||
/***************************************************/
|
||||
|
||||
#ifndef STK_FILEWRITE_H
|
||||
#define STK_FILEWRITE_H
|
||||
|
||||
#include "Stk.h"
|
||||
|
||||
class FileWrite : public Stk
|
||||
{
|
||||
public:
|
||||
@@ -39,7 +41,7 @@ class FileWrite : public Stk
|
||||
static const FILE_TYPE FILE_MAT; /*!< Matlab MAT-file type. */
|
||||
|
||||
//! Default constructor.
|
||||
FileWrite();
|
||||
FileWrite( void );
|
||||
|
||||
//! Overloaded constructor used to specify a file name, type, and data format with this object.
|
||||
/*!
|
||||
@@ -109,4 +111,6 @@ class FileWrite : public Stk
|
||||
|
||||
};
|
||||
|
||||
} // stk namespace
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user