public final class SoundData
extends java.lang.Object
Constructor | Description |
---|---|
SoundData(Sound container) |
Creates the object data wrapping the record that contains the sound data.
|
Modifier and Type | Method | 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.
|
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 2018 The Apache Software Foundation or its licensors, as applicable.