Package fmod.fmod

Class FMOD_STUDIO_EVENT_CALLBACK

java.lang.Object
fmod.fmod.FMOD_STUDIO_EVENT_CALLBACK

public class FMOD_STUDIO_EVENT_CALLBACK
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    FMOD_STUDIO_EVENT_CALLBACK()  
  • Method Summary

    Modifier and Type Method Description
    void started​(long long1)  
    void stopped​(long long1)  
    void timelineMarker​(long long1, java.lang.String string, int int1)  

    Methods inherited from class java.lang.Object

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

    • FMOD_STUDIO_EVENT_CALLBACK

      public FMOD_STUDIO_EVENT_CALLBACK()
  • Method Details

    • started

      public void started​(long long1)
    • stopped

      public void stopped​(long long1)
    • timelineMarker

      public void timelineMarker​(long long1, java.lang.String string, int int1)