|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.sound.midi.SoundbankResource
public abstract class SoundbankResource
SoundbankResource objects represent audio data stored in a sound bank.
Constructor Summary | |
---|---|
protected |
SoundbankResource(Soundbank soundbank,
String name,
Class<?> dataClass)
Create a SoundbankResource object. |
Method Summary | |
---|---|
abstract Object |
getData()
Get the audio data for this resource. |
Class<?> |
getDataClass()
Get the class used to represent the audio data for this resource. |
String |
getName()
Get the name of this resource. |
Soundbank |
getSoundbank()
Get the sound bank containing this resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SoundbankResource(Soundbank soundbank, String name, Class<?> dataClass)
soundbank
- the soundbank object containing this resourcename
- the name of the resourcedataClass
- the class used to represent the audio dataMethod Detail |
---|
public Soundbank getSoundbank()
public String getName()
public Class<?> getDataClass()
public abstract Object getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |