new MediaFormats. node monitoring codec plugin loading. codec mods to support new codec api to retrieve supported formats.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-02-02 05:26:40 +00:00
parent 5b25332a79
commit fa8dbc019d
26 changed files with 999 additions and 205 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ class DecoderPlugin : public virtual MediaPlugin
public:
DecoderPlugin();
virtual Decoder *NewDecoder() = 0;
virtual status_t RegisterDecoder() = 0;
virtual Decoder *NewDecoder(uint index) = 0;
virtual status_t GetSupportedFormats(media_format ** formats, size_t * count) = 0;
};
} } // namespace BPrivate::media