Searched defs:SoundbankResource (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DSoundbankResource.java29 * A <code>SoundbankResource</code> represents any audio resource stored
68 public abstract class SoundbankResource { class
78 * The name of the <code>SoundbankResource</code>
96 * Constructs a new <code>SoundbankResource</code> from the given sound bank
97 * and wavetable index. (Setting the <code>SoundbankResource's</code> name,
99 * @param soundBank the sound bank containing this <code>SoundbankResource</code>
108 protected SoundbankResource(Soundbank soundBank, String name, Class<?> dataClass) { method in class:SoundbankResource
117 * Obtains the sound bank that contains this <code>SoundbankResource</code>.
118 * @return the sound bank in which this <code>SoundbankResource</code> is stored
138 * class. If this <code>SoundbankResource</cod
[all...]

Completed in 32 milliseconds