Index: OpenSceneGraph/trunk/src/osgWrappers/osg/AudioStream.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgWrappers/osg/AudioStream.cpp (revision 9918)
+++ OpenSceneGraph/trunk/src/osgWrappers/osg/AudioStream.cpp (revision 10925)
@@ -29,7 +29,27 @@
 	               "",
 	               "");
-	I_Method0(void, startPlaying,
+	I_Method0(const char *, libraryName,
+	          Properties::VIRTUAL,
+	          __C5_char_P1__libraryName,
+	          "return the name of the object's library. ",
+	          "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. ");
+	I_Method0(const char *, className,
+	          Properties::VIRTUAL,
+	          __C5_char_P1__className,
+	          "return the name of the object's class type. ",
+	          "Must be defined by derived classes. ");
+	I_Method0(void, play,
 	          Properties::PURE_VIRTUAL,
-	          __void__startPlaying,
+	          __void__play,
+	          "",
+	          "");
+	I_Method0(void, pause,
+	          Properties::PURE_VIRTUAL,
+	          __void__pause,
+	          "",
+	          "");
+	I_Method0(void, stop,
+	          Properties::PURE_VIRTUAL,
+	          __void__stop,
 	          "",
 	          "");
@@ -49,14 +69,4 @@
 	          "",
 	          "");
-	I_Method0(const char *, libraryName,
-	          Properties::VIRTUAL,
-	          __C5_char_P1__libraryName,
-	          "return the name of the object's library. ",
-	          "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. ");
-	I_Method0(const char *, className,
-	          Properties::VIRTUAL,
-	          __C5_char_P1__className,
-	          "return the name of the object's class type. ",
-	          "Must be defined by derived classes. ");
 	I_SimpleProperty(double, Delay, 
 	                 __double__getDelay, 
