gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/backend sound_handler.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/backend sound_handler.h
Date: Fri, 27 Jul 2007 15:16:43 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/27 15:16:43

Modified files:
        backend        : sound_handler.h 

Log message:
        provide brief descriptions for get_duration and get_position (doxygen 
syntax thing)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler.h?cvsroot=gnash&r1=1.20&r2=1.21

Patches:
Index: sound_handler.h
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- sound_handler.h     27 Jul 2007 15:09:41 -0000      1.20
+++ sound_handler.h     27 Jul 2007 15:16:43 -0000      1.21
@@ -18,7 +18,7 @@
 // 
 //
 
-/* $Id: sound_handler.h,v 1.20 2007/07/27 15:09:41 tgc Exp $ */
+/* $Id: sound_handler.h,v 1.21 2007/07/27 15:16:43 strk Exp $ */
 
 /// \page sound_handler_intro Sound handler introduction
 ///
@@ -262,18 +262,20 @@
 
        virtual ~sound_handler() {};
        
+       /// \brief
        /// Gets the duration in milliseconds of an event sound connected
        /// to an AS Sound obejct.
-       ///
+       //
        /// @param sound_handle
        /// The id of the event sound
        ///
        /// @return the duration of the sound in milliseconds
        virtual unsigned int get_duration(int sound_handle) = 0;
 
+       /// \brief
        /// Gets the playhead position in milliseconds of an event sound 
connected
        /// to an AS Sound obejct.
-       ///
+       //
        /// @param sound_handle
        /// The id of the event sound
        ///




reply via email to

[Prev in Thread] Current Thread [Next in Thread]