Class AndroidALC

java.lang.Object
com.jme3.audio.android.AndroidALC
All Implemented Interfaces:
com.jme3.audio.openal.ALC

public final class AndroidALC extends Object implements com.jme3.audio.openal.ALC
  • Constructor Details

    • AndroidALC

      public AndroidALC()
  • Method Details

    • createALC

      public void createALC()
      Specified by:
      createALC in interface com.jme3.audio.openal.ALC
    • destroyALC

      public void destroyALC()
      Specified by:
      destroyALC in interface com.jme3.audio.openal.ALC
    • isCreated

      public boolean isCreated()
      Specified by:
      isCreated in interface com.jme3.audio.openal.ALC
    • alcGetString

      public String alcGetString(int parameter)
      Specified by:
      alcGetString in interface com.jme3.audio.openal.ALC
    • alcIsExtensionPresent

      public boolean alcIsExtensionPresent(String extension)
      Specified by:
      alcIsExtensionPresent in interface com.jme3.audio.openal.ALC
    • alcGetInteger

      public void alcGetInteger(int param, IntBuffer buffer, int size)
      Specified by:
      alcGetInteger in interface com.jme3.audio.openal.ALC
    • alcDevicePauseSOFT

      public void alcDevicePauseSOFT()
      Specified by:
      alcDevicePauseSOFT in interface com.jme3.audio.openal.ALC
    • alcDeviceResumeSOFT

      public void alcDeviceResumeSOFT()
      Specified by:
      alcDeviceResumeSOFT in interface com.jme3.audio.openal.ALC