📄 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 + -