📄 wavinfo_t.java
字号:
/* * wavinfo_t.java * Copyright (C) 2004 * * $Id: wavinfo_t.java,v 1.1 2004/07/08 20:56:49 hzi Exp $ */package jake2.sound;/** * wavinfo_t */public class wavinfo_t { public int rate; public int width; public int channels; public int loopstart; public int samples; public int dataofs; // chunk starts this many bytes from file start}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -