Changeset 10962
- Timestamp:
- 01/18/10 14:00:41 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osg/AudioStream.cpp
r10925 r10962 69 69 "", 70 70 ""); 71 I_Method1(void, setVolume, IN, float, x, 72 Properties::VIRTUAL, 73 __void__setVolume__float, 74 "", 75 ""); 76 I_Method0(float, getVolume, 77 Properties::VIRTUAL, 78 __float__getVolume, 79 "", 80 ""); 71 81 I_SimpleProperty(double, Delay, 72 82 __double__getDelay, 73 83 0); 84 I_SimpleProperty(float, Volume, 85 __float__getVolume, 86 __void__setVolume__float); 74 87 END_REFLECTOR 75 88
