?? sirunningstatus.java
字號:
package org.dvb.si;
public interface SIRunningStatus {
public static final byte UNDEFINED = 0;
public static final byte NOT_RUNNING = 1;
public static final byte STARTS_IN_A_FEW_SECONDS = 2;
public static final byte PAUSING = 3;
public static final byte RUNNING = 4;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -