crystalspace.jbind.interfaces.isound.wrapper
Interface iSoundWrapper

All Superinterfaces:
iBase, iPointer
All Known Implementing Classes:
csSoundWrapper

public interface iSoundWrapper
extends iBase

This class is a csObject (iObject) wrapper for sound handles.

Author:
Java wrapper - Quentin Anciaux, c++ version - http://crystal.sourceforge.net/docs/online/devapi/structiSoundWrapper.php

Method Summary
 iSoundHandle getSound()
          Return the sound handle.
 iObject queryObject()
          Return the iObject for this sound wrapper.
 
Methods inherited from interface crystalspace.jbind.interfaces.iutil.scf.iBase
decRef, getName, getRefCount, getVersion, incRef, queryInterface, queryInterfaceSafe
 
Methods inherited from interface crystalspace.jbind.interfaces.iPointer
changePointer, getPointer, isMemoryOwner, setMemoryOwner
 

Method Detail

getSound

public iSoundHandle getSound()
Return the sound handle.

Returns:

queryObject

public iObject queryObject()
Return the iObject for this sound wrapper.

Returns: