Class OpusCustom.Functions

java.lang.Object
org.lwjgl.util.opus.OpusCustom.Functions
Enclosing class:
OpusCustom

public static final class OpusCustom.Functions extends Object
Contains the function pointers loaded from Opus.getLibrary().
  • Field Details

    • custom_mode_create

      public static final long custom_mode_create
      Function address.
    • custom_mode_destroy

      public static final long custom_mode_destroy
      Function address.
    • custom_encoder_get_size

      public static final long custom_encoder_get_size
      Function address.
    • custom_encoder_init

      public static final long custom_encoder_init
      Function address.
    • custom_encoder_create

      public static final long custom_encoder_create
      Function address.
    • custom_encoder_destroy

      public static final long custom_encoder_destroy
      Function address.
    • custom_encode_float

      public static final long custom_encode_float
      Function address.
    • custom_encode

      public static final long custom_encode
      Function address.
    • custom_encoder_ctl

      public static final long custom_encoder_ctl
      Function address.
    • custom_decoder_get_size

      public static final long custom_decoder_get_size
      Function address.
    • custom_decoder_init

      public static final long custom_decoder_init
      Function address.
    • custom_decoder_create

      public static final long custom_decoder_create
      Function address.
    • custom_decoder_destroy

      public static final long custom_decoder_destroy
      Function address.
    • custom_decode_float

      public static final long custom_decode_float
      Function address.
    • custom_decode

      public static final long custom_decode
      Function address.
    • custom_decoder_ctl

      public static final long custom_decoder_ctl
      Function address.