[haiku-commits] haiku: hrev45080 - headers/os/media

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 24 Dec 2012 22:31:44 +0100 (CET)

hrev45080 adds 1 changeset to branch 'master'
old head: 205cf6950c4e615f502501f6667267edf8b482db
new head: 67f773ec1d29f7b4761cd307a3ebc78c280d7308
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=67f773e+%5E205cf69

----------------------------------------------------------------------------

67f773e: Rename header params to match BeBook. No implementation.

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev45080
Commit:      67f773ec1d29f7b4761cd307a3ebc78c280d7308
URL:         http://cgit.haiku-os.org/haiku/commit/?id=67f773e
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Mon Dec 24 21:31:10 2012 UTC

----------------------------------------------------------------------------

1 file changed, 8 insertions(+), 7 deletions(-)
headers/os/media/FileInterface.h | 15 ++++++++-------

----------------------------------------------------------------------------

diff --git a/headers/os/media/FileInterface.h b/headers/os/media/FileInterface.h
index 67d75a5..36206b9 100644
--- a/headers/os/media/FileInterface.h
+++ b/headers/os/media/FileInterface.h
@@ -23,16 +23,17 @@ protected:
                                                                        size_t 
size);
 
        virtual status_t                        GetNextFileFormat(int32* cookie,
-                                                                       
media_file_format* _format) = 0;
+                                                                       
media_file_format* outFormat) = 0;
        virtual void                            DisposeFileFormatCookie(int32 
cookie) = 0;
 
-       virtual status_t                        GetDuration(bigtime_t* _time) = 
0;
+       virtual status_t                        GetDuration(bigtime_t* 
outDuration) = 0;
        virtual status_t                        SniffRef(const entry_ref& file,
-                                                                       char* 
_mimeType, // 256 bytes
-                                                                       float* 
_quality) = 0;
-       virtual status_t                        SetRef(const entry_ref& file,
-                                                                       bool 
create, bigtime_t* _time) = 0;
-       virtual status_t                        GetRef(entry_ref* _ref, char* 
_mimeType) = 0;
+                                                                       char* 
outMimeType, // 256 bytes
+                                                                       float* 
outQuality) = 0;
+       virtual status_t                        SetRef(const entry_ref& file, 
bool create,
+                                                                       
bigtime_t* outDuration) = 0;
+       virtual status_t                        GetRef(entry_ref* outRef,
+                                                                       char* 
outMimeType) = 0;
 
        // TODO: Needs a Perform() virtual method!
 


Other related posts: