org.gnu.gnome
org.gnome.gnome.Sound
.public class Sound extends org.gnu.glib.Struct
Constructor and Description |
---|
Sound()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(java.lang.String hostname)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
static int |
loadSample(java.lang.String sampleName,
java.lang.String fileName)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
static void |
play(java.lang.String filename)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
static void |
shutdown()
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
public void initialize(java.lang.String hostname)
public static void play(java.lang.String filename)
filename
- The file to playpublic static int loadSample(java.lang.String sampleName, java.lang.String fileName)
public static void shutdown()