javax.sound.sampled
public class AudioPermission extends BasicPermission
Since: 1.3
Constructor Summary | |
---|---|
AudioPermission(String name)
Construct an AudioPermission with the given name. | |
AudioPermission(String name, String actions)
Construct an AudioPermission with the given name. |
Parameters: name the name of the permission, like "play" or "record"
Parameters: name the name of the permission, like "play" or "record" actions the actions; should be null