allow for closing sound files

This commit is contained in:
cosiek 2018-11-24 01:39:32 +01:00 committed by Lukas Dürrenberger
parent 119195ac20
commit 077af21f37
2 changed files with 4 additions and 4 deletions

View File

@ -195,14 +195,14 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
Uint64 read(Int16* samples, Uint64 maxCount); Uint64 read(Int16* samples, Uint64 maxCount);
private:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Close the current file /// \brief Close the current file
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
void close(); void close();
private:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// Member data // Member data
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////

View File

@ -82,14 +82,14 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
void write(const Int16* samples, Uint64 count); void write(const Int16* samples, Uint64 count);
private:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Close the current file /// \brief Close the current file
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
void close(); void close();
private:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
// Member data // Member data
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////