-
- All Implemented Interfaces:
-
com.badlogic.gdx.audio.Sound,com.badlogic.gdx.utils.Disposable
public final class OboeSound implements SoundSound implementation using native soundpool and oboe stream.
-
-
Constructor Summary
Constructors Constructor Description OboeSound(NativeSoundpool soundpool)
-
Method Summary
Modifier and Type Method Description Longplay()Longplay(Float volume)Longplay(Float volume, Float pitch, Float pan)Longloop()Longloop(Float volume)Longloop(Float volume, Float pitch, Float pan)Unitpause()Unitpause(Long soundId)Unitstop()Unitstop(Long soundId)Unitresume()Unitresume(Long soundId)UnitsetVolume(Long soundId, Float volume)Unitdispose()UnitsetLooping(Long soundId, Boolean looping)UnitsetPitch(Long soundId, Float pitch)UnitsetPan(Long soundId, Float pan, Float volume)-
-
Constructor Detail
-
OboeSound
OboeSound(NativeSoundpool soundpool)
-
-
Method Detail
-
setLooping
Unit setLooping(Long soundId, Boolean looping)
-
-
-
-