KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > microedition > media > control > ToneControl

javax.microedition.media.control
Interface ToneControl

All Superinterfaces:
Control

public static final byte BLOCK_END
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte BLOCK_START
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte C4
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PLAY_BLOCK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte REPEAT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte RESOLUTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setSequence(byte[] sequence)
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte SET_VOLUME
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte SILENCE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte TEMPO
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte VERSION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags