From 6b36f9e0380b7c80aecdc78ef07a0cf473712416 Mon Sep 17 00:00:00 2001 From: Holger Zickner Date: Thu, 8 Jul 2004 20:56:55 +0000 Subject: import of Jake2 version v_0_9 --- src/jake2/sound/wavinfo_t.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/jake2/sound/wavinfo_t.java (limited to 'src/jake2/sound/wavinfo_t.java') diff --git a/src/jake2/sound/wavinfo_t.java b/src/jake2/sound/wavinfo_t.java new file mode 100644 index 0000000..76a28fc --- /dev/null +++ b/src/jake2/sound/wavinfo_t.java @@ -0,0 +1,19 @@ +/* + * 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 +} -- cgit v1.2.3