* White space cleanup
* Added myself to copyrights, since I added some stuff to MediaExtractor. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35031 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2004-2007, Marcus Overhagen. All rights reserved.
|
* Copyright 2009-2010, Stephan Aßmus <[email protected]>. All rights reserved.
|
||||||
* Copyright 2008, Maurice Kalinowski. All rights reserved.
|
|
||||||
* Copyright 2009, Axel Dörfler, [email protected].
|
* Copyright 2009, Axel Dörfler, [email protected].
|
||||||
|
* Copyright 2008, Maurice Kalinowski. All rights reserved.
|
||||||
|
* Copyright 2004-2007, Marcus Overhagen. All rights reserved.
|
||||||
*
|
*
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
@@ -51,8 +52,8 @@ public:
|
|||||||
int64 CountFrames(int32 stream) const;
|
int64 CountFrames(int32 stream) const;
|
||||||
bigtime_t Duration(int32 stream) const;
|
bigtime_t Duration(int32 stream) const;
|
||||||
|
|
||||||
status_t Seek(int32 stream, uint32 seekTo, int64* _frame,
|
status_t Seek(int32 stream, uint32 seekTo,
|
||||||
bigtime_t* _time);
|
int64* _frame, bigtime_t* _time);
|
||||||
status_t FindKeyFrame(int32 stream, uint32 seekTo,
|
status_t FindKeyFrame(int32 stream, uint32 seekTo,
|
||||||
int64* _frame, bigtime_t* _time) const;
|
int64* _frame, bigtime_t* _time) const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user