1 // Copyright 1999, Be Incorporated. All Rights Reserved.
2 // Copyright 2000-2004, Jun Suzuki. All Rights Reserved.
3 // Copyright 2007, Stephan Aßmus. All Rights Reserved.
4 // This file may be used under the terms of the Be Sample Code License.
5 #ifndef MEDIA_ENCODER_WINDOW_H
6 #define MEDIA_ENCODER_WINDOW_H
11 class MediaEncoderWindow
: public BWindow
{
13 MediaEncoderWindow(BRect frame
,
15 virtual ~MediaEncoderWindow();
20 virtual void MessageReceived(BMessage
*msg
);
21 virtual bool QuitRequested();
29 #endif // MEDIA_ENCODER_WINDOW_H