Class AudioValueTranslation

    • Constructor Detail

      • AudioValueTranslation

        public AudioValueTranslation()
    • Method Detail

      • getOutputDataAsBuffer

        public <T extends java.nio.Buffer> T getOutputDataAsBuffer​(java.lang.Class<T> bufferType)
      • getOutputDataAsByteArray

        public byte[] getOutputDataAsByteArray()
      • getOutputDataAsShortArray

        public short[] getOutputDataAsShortArray()
      • getOutputDataAsCharArray

        public char[] getOutputDataAsCharArray()
      • getOutputDataAsIntArray

        public int[] getOutputDataAsIntArray()
      • getOutputDataAsLongArray

        public long[] getOutputDataAsLongArray()
      • getOutputDataAsFloatArray

        public float[] getOutputDataAsFloatArray()
      • getOutputDataAsDoubleArray

        public double[] getOutputDataAsDoubleArray()
      • getInputDataPointer

        public org.robovm.rt.bro.ptr.VoidPtr getInputDataPointer()
      • getOutputDataPointer

        public org.robovm.rt.bro.ptr.VoidPtr getOutputDataPointer()