Class SoundChannelsHolder

java.lang.Object
de.mrjulsen.dragnsounds.core.callbacks.client.SoundChannelsHolder

public class SoundChannelsHolder extends Object
  • Constructor Details

    • SoundChannelsHolder

      public SoundChannelsHolder()
  • Method Details

    • create

      public static long create(long requestId, ChannelContext value)
    • get

      public static ChannelContext get(long id)
    • has

      public static boolean has(long id)
    • getCount

      public static int getCount()
    • close

      public static void close(long id)
    • clear

      public static void clear()