OSDN Git Service

make it faster2.
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 28 Oct 2009 09:04:42 +0000 (09:04 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Wed, 28 Oct 2009 09:04:42 +0000 (09:04 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@192 4e526526-5e11-4fc0-8910-f8fd03428081

jTsSplitter/trunk/src/jtssplitter/data/PIDs.java [new file with mode: 0644]
jTsSplitter/trunk/src/jtssplitter/data/PMTData.java [new file with mode: 0644]

diff --git a/jTsSplitter/trunk/src/jtssplitter/data/PIDs.java b/jTsSplitter/trunk/src/jtssplitter/data/PIDs.java
new file mode 100644 (file)
index 0000000..7b7729f
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+
+package jtssplitter.data;
+
+/**
+ *
+ * @author Administrator
+ */
+public class PIDs {
+    public int Program_Table;
+    public int[] PIDs;
+}
diff --git a/jTsSplitter/trunk/src/jtssplitter/data/PMTData.java b/jTsSplitter/trunk/src/jtssplitter/data/PMTData.java
new file mode 100644 (file)
index 0000000..f4cf65c
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+
+package jtssplitter.data;
+
+/**
+ *
+ * @author Administrator
+ */
+public class PMTData {
+    public int Program_Table;
+    public int Stream_Type;
+    public int Elementary_PID;
+}