📄 tonecontrol.java
字号:
/*
* Created on 2005-9-27 by pcy
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package javax.microedition.media.control;
import javax.microedition.media.Control;
public interface ToneControl extends Control {
public static final byte VERSION = -2;
public static final byte TEMPO = -3;
public static final byte RESOLUTION = -4;
public static final byte BLOCK_START = -5;
public static final byte BLOCK_END = -6;
public static final byte PLAY_BLOCK = -7;
public static final byte SET_VOLUME = -8;
public static final byte REPEAT = -9;
public static final byte C4 = 60;
public static final byte SILENCE = -1;
public void setSequence(byte[] sequence);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -