2 * Copyright 2005, Jérôme Duval. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Inspired by SoundCapture from Be newsletter (Media Kit Basics: Consumers and Producers)
11 #include <Application.h>
15 class RecorderApp
: public BApplication
{
17 RecorderApp(const char * signature
);
18 virtual ~RecorderApp();
21 RecorderWindow
* fRecorderWin
;
24 #endif /* RECORDERAPP_H */