Mercurial > hg > jvamp
comparison org/vamp_plugins/Plugin.java @ 20:cf6c69871f9c
Start on RealTime native bits -- incomplete
author | Chris Cannam |
---|---|
date | Wed, 08 Feb 2012 15:22:48 +0000 |
parents | 530bf5009ee2 |
children | 6385a6caaa7c |
comparison
equal
deleted
inserted
replaced
19:5b0847d344c3 | 20:cf6c69871f9c |
---|---|
6 | 6 |
7 public class Plugin | 7 public class Plugin |
8 { | 8 { |
9 private long nativeHandle; | 9 private long nativeHandle; |
10 protected Plugin(long handle) { nativeHandle = handle; } | 10 protected Plugin(long handle) { nativeHandle = handle; } |
11 | |
12 public native void dispose(); | |
11 | 13 |
12 // PluginBase methods | 14 // PluginBase methods |
13 | 15 |
14 public native int getVampApiVersion(); | 16 public native int getVampApiVersion(); |
15 public native String getIdentifier(); | 17 public native String getIdentifier(); |