fixed timing information returned in media_header

added GetFileFormatInfo to reader api


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5595 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-12-06 20:32:40 +00:00
parent 1b1b7ddf8f
commit abf9e66abe
9 changed files with 112 additions and 24 deletions
+2
View File
@@ -21,6 +21,8 @@ public:
virtual status_t Sniff(int32 *streamCount) = 0;
virtual void GetFileFormatInfo(media_file_format *mff) = 0;
virtual status_t AllocateCookie(int32 streamNumber, void **cookie) = 0;
virtual status_t FreeCookie(void *cookie) = 0;