2 * Copyright (C) 2006-2008 Marcus Overhagen <marcus@overhagen.de>. All rights reserved.
3 * Copyright (C) 2008 Maurice Kalinowski <haiku@kaldience.com>. All rights reserved.
5 * Distributed under the terms of the MIT License.
7 #ifndef __VIDEO_ADD_ON_H
8 #define __VIDEO_ADD_ON_H
11 #include <MediaAddOn.h>
14 class VideoWindowAddOn
: public BMediaAddOn
17 VideoWindowAddOn(image_id
);
20 bool WantsAutoStart();
22 status_t
GetFlavorAt(int32
, const flavor_info
**);
23 BMediaNode
* InstantiateNodeFor(const flavor_info
*, BMessage
*, status_t
*);
27 media_format fInputFormat
;
30 extern "C" BMediaAddOn
*make_media_addon(image_id id
);