Klasse ImportedApi

java.lang.Object
client.teavm.c.ImportedApi
Alle implementierten Schnittstellen:
IImportedApi

public class ImportedApi extends Object implements IImportedApi
  • Felddetails

  • Konstruktordetails

    • ImportedApi

      public ImportedApi(DataOutputStream out, int sampleRate, int numSamples)
  • Methodendetails

    • processSamples

      public void processSamples(float[] resultL, float[] resultR)
      Angegeben von:
      processSamples in Schnittstelle IImportedApi
    • floatToPCM16

      private short floatToPCM16(float sample)
    • processPixels

      public void processPixels(byte[] array)
      Angegeben von:
      processPixels in Schnittstelle IImportedApi
    • processSidWrite

      public void processSidWrite(long absTime, int relTime, int addr, int value)
      Angegeben von:
      processSidWrite in Schnittstelle IImportedApi
    • processTimerEnd

      public void processTimerEnd(double end)
      Angegeben von:
      processTimerEnd in Schnittstelle IImportedApi
    • processPrinter

      public void processPrinter(IPaper.Outputs output)
      Angegeben von:
      processPrinter in Schnittstelle IImportedApi
    • whatsSid

      public void whatsSid(byte[] array)
      Angegeben von:
      whatsSid in Schnittstelle IImportedApi