3rdparty/licenseReport: Add seperate LGPL checks
[haiku.git] / src / add-ons / media / plugins / musepack / MusePack.h
blobf063cd2b1b305daf1e9efaabaacdcdf28654014e
1 /*
2 ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
4 */
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 {
14 public:
15 Reader *NewReader();
17 Decoder * NewDecoder(uint index);
18 status_t GetSupportedFormats(media_format ** formats, size_t * count);
21 #endif /* MUSEPACK_PLUGIN_H */