API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. SoundbankResource View Source
Author(s)
Kara Kytle
Since
Version
1.16, 05/11/17
Serial
Hierarchy
 Object
      SoundbankResource
Implements
Subclasses
Description
publicabstract abstract class SoundbankResource
  A SoundbankResource represents any audio resource stored in a Soundbank.
See also:   
Constructors
protected SoundbankResource (Soundbank soundBank, String name, Class<Object> dataClass)
  Constructs a new SoundbankResource from the given sound bank and wavetable index.
Methods
Hide/Show inherited methods
publicabstract Object getData ()
  Obtains the sampled audio that is stored in this SoundbankResource.
public Class<Object> getDataClass ()
  Obtains the class used by this sample to represent its data.
public String getName ()
  Obtains the name of the resource.
public Soundbank getSoundbank ()
  Obtains the sound bank that contains this SoundbankResource.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar