added documentation for issue #811
see http://bugs.campware.org/view.php?id=811
This commit is contained in:
parent
e9bdede943
commit
eba4efb89a
1 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: maroy $
|
Author : $Author: maroy $
|
||||||
Version : $Revision: 1.9 $
|
Version : $Revision: 1.10 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -69,7 +69,7 @@ using namespace LiveSupport::Core;
|
||||||
* A generic interface for playing audio files.
|
* A generic interface for playing audio files.
|
||||||
*
|
*
|
||||||
* @author $Author: maroy $
|
* @author $Author: maroy $
|
||||||
* @version $Revision: 1.9 $
|
* @version $Revision: 1.10 $
|
||||||
*/
|
*/
|
||||||
class AudioPlayerInterface
|
class AudioPlayerInterface
|
||||||
{
|
{
|
||||||
|
@ -111,6 +111,8 @@ class AudioPlayerInterface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Detach an event listener for this audio player.
|
* Detach an event listener for this audio player.
|
||||||
|
* It is not necessary to call detach if the player is destroyed.
|
||||||
|
* In that case, the listeners are detached automatically.
|
||||||
*
|
*
|
||||||
* @param eventListener the event listener to unregister.
|
* @param eventListener the event listener to unregister.
|
||||||
* @exception std::invalid_argument if the supplied event listener
|
* @exception std::invalid_argument if the supplied event listener
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue