crystalspace.jbind.impl.sound.wrapper
Class csSoundWrapper
java.lang.Object
crystalspace.jbind.impl.csNativeObject
crystalspace.jbind.impl.csutil.scf.csBase
crystalspace.jbind.impl.sound.wrapper.csSoundWrapper
- All Implemented Interfaces:
- iBase, iPointer, iSoundWrapper
- public class csSoundWrapper
- extends csBase
- implements iSoundWrapper
- Author:
- Quentin Anciaux
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
csSoundWrapper
public csSoundWrapper(iPointer nPointer)
- Parameters:
nPointer
-
getVersion
public int getVersion()
- Description copied from interface:
iBase
- Return the version of the interface
- Specified by:
getVersion
in interface iBase
- Specified by:
getVersion
in class csBase
- See Also:
iBase.getVersion()
getName
public java.lang.String getName()
- Description copied from interface:
iBase
- Return the name of the interface
- Specified by:
getName
in interface iBase
- Specified by:
getName
in class csBase
- See Also:
iBase.getName()
isNativePointerValidSafe
protected boolean isNativePointerValidSafe(long pointer)
- Specified by:
isNativePointerValidSafe
in class csNativeObject
- See Also:
csNativeObject.isNativePointerValidSafe(long)
getSound
public iSoundHandle getSound()
- Description copied from interface:
iSoundWrapper
- Return the sound handle.
- Specified by:
getSound
in interface iSoundWrapper
- Returns:
- See Also:
iSoundWrapper.getSound()
queryObject
public iObject queryObject()
- Description copied from interface:
iSoundWrapper
- Return the iObject for this sound wrapper.
- Specified by:
queryObject
in interface iSoundWrapper
- Returns:
- See Also:
iSoundWrapper.queryObject()