2 Copyright 2010, Haiku, Inc. All Rights Reserved.
3 This file may be used under the terms of the MIT License.
5 #ifndef MEDIA_FILE_INFO_H
6 #define MEDIA_FILE_INFO_H
19 struct MediaFileInfo
{
20 MediaFileInfo(BMediaFile
* file
= NULL
);
21 status_t
LoadInfo(BMediaFile
* file
);
32 #endif // MEDIA_FILE_INFO_H