A C I N P S 

A

AudioClip - Class in net.java.html.sound
Handle to an audio clip which can be played, paused and etc.

C

create(String) - Static method in class net.java.html.sound.AudioClip
Creates new instance of an audio clip based on the provided URL.

I

isSupported() - Method in class net.java.html.sound.AudioClip
Check whether the audio clip is supported and can be played.

N

net.java.html.sound - package net.java.html.sound
Control sound in your HTML for Java applications.

P

pause() - Method in class net.java.html.sound.AudioClip
Pauses playback of the clip
play() - Method in class net.java.html.sound.AudioClip
Plays the clip from begining to the end.

S

setVolume(double) - Method in class net.java.html.sound.AudioClip
Specifies the volume of the audio.
A C I N P S 

Copyright © 2014 NetBeans. All Rights Reserved.