2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
5 #ifndef MUSEPACK_PLUGIN_H
6 #define MUSEPACK_PLUGIN_H
9 #include "ReaderPlugin.h"
10 #include "DecoderPlugin.h"
13 class MusePackPlugin
: public ReaderPlugin
, public DecoderPlugin
{
17 Decoder
* NewDecoder(uint index
);
18 status_t
GetSupportedFormats(media_format
** formats
, size_t * count
);
21 #endif /* MUSEPACK_PLUGIN_H */