public final class SoundData
extends java.lang.Object
Constructor and Description |
---|
SoundData(Sound container)
Creates the object data wrapping the record that contains the sound data.
|
Modifier and Type | Method and Description |
---|---|
static SoundData[] |
find(Document document)
Find all sound records in the supplied Document records
|
byte[] |
getData()
Gets an input stream which returns the binary of the sound data.
|
java.lang.String |
getSoundName()
Name of the sound (e.g.
|
java.lang.String |
getSoundType()
Type of the sound (e.g. ".wav")
|
public SoundData(Sound container)
container
- the record that contains the sound data.public java.lang.String getSoundName()
public java.lang.String getSoundType()
public byte[] getData()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.