public interface IAudioItem
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the height.
|
java.lang.String |
getOwner()
Gets the owner.
|
int |
getWidth()
Gets the width.
|
void |
makeImmovable()
Make immovable.
|
void |
setAudioControlObject(SNAudioController audioControl)
Sets the audio control object.
|
void |
setBackgroundColour(com.jme3.math.ColorRGBA colour)
Sets the background colour.
|
void |
setOwner(java.lang.String owner)
Sets the owner.
|
void |
stopPlay()
Stop play.
|
void |
stopRecord(boolean success)
Stop record.
|
int getHeight()
java.lang.String getOwner()
int getWidth()
void setAudioControlObject(SNAudioController audioControl)
audioControl - the new audio control objectvoid setBackgroundColour(com.jme3.math.ColorRGBA colour)
colour - the new background colourvoid setOwner(java.lang.String owner)
owner - the new ownervoid stopPlay()
void stopRecord(boolean success)
success - the successvoid makeImmovable()