Class IosALC

java.lang.Object
com.jme3.audio.ios.IosALC
All Implemented Interfaces:
com.jme3.audio.openal.ALC

public final class IosALC extends Object implements com.jme3.audio.openal.ALC
  • Field Summary

    Fields inherited from interface com.jme3.audio.openal.ALC

    ALC_ALL_ATTRIBUTES, ALC_ALL_DEVICES_SPECIFIER, ALC_ATTRIBUTES_SIZE, ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER, ALC_CAPTURE_DEVICE_SPECIFIER, ALC_CAPTURE_SAMPLES, ALC_CONNECTED, ALC_DEFAULT_ALL_DEVICES_SPECIFIER, ALC_DEFAULT_DEVICE_SPECIFIER, ALC_DEVICE_SPECIFIER, ALC_EXTENSIONS, ALC_INVALID_CONTEXT, ALC_INVALID_DEVICE, ALC_INVALID_ENUM, ALC_INVALID_VALUE, ALC_MAJOR_VERSION, ALC_MINOR_VERSION, ALC_NO_ERROR, ALC_OUT_OF_MEMORY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    alcGetInteger(int param, IntBuffer buffer, int size)
     
    alcGetString(int parameter)
     
    boolean
     
    void
     
    void
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IosALC

      public IosALC()
  • 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