📄 jplayer_localize_data_t.java
字号:
package net.sourceforge.playerstage.Jplayercore;import java.io.Serializable;public class Jplayer_localize_data_t implements Serializable { public final static long serialVersionUID = 8256725450095600071L; public long pending_count; public double pending_time; public long hypoths_count; public Jplayer_localize_hypoth_t[] hypoths; public Jplayer_localize_data_t() { hypoths = new Jplayer_localize_hypoth_t[playercore_javaConstants.PLAYER_LOCALIZE_MAX_HYPOTHS]; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -