File
Doc
Category
Size
Date
Package
Control.java
API Doc
Android 1.5 API
1854
Wed May 06 22:41:02 BST 2009
javax.sound.sampled
Control
java.lang.Object
public abstract class Control extends Object
Fields Summary
private Type
type
Constructors Summary
protected Control
(
Type
type)
this.type = type;
Methods Summary
public
javax.sound.sampled.Control$Type
getType
()
return type;
public
java.lang.String
toString
()
return type + " Control"; //$NON-NLS-1$
Java Code Source