#include <FileFormats.h>
Definition at line 141 of file FileFormats.h.
◆ operator()()
int SFFileCloser::operator() |
( |
SNDFILE * |
sf | ) |
const |
Definition at line 336 of file FileFormats.cpp.
337{
338 auto err = SFCall<int>(sf_close, sf);
339 if (err) {
340 char buffer[1000];
341 sf_error_str(sf, buffer, 1000);
343
344 XO(
"Error (file may not have been written): %s" )
345
346
348 }
349 return err;
350}
int AudacityMessageBox(const TranslatableString &message, const TranslatableString &caption, long style, wxWindow *parent, int x, int y)
References AudacityMessageBox(), and XO().
The documentation for this struct was generated from the following files: