OSDN Git Service

[TAG]NyARToolkit/2.3.1
[nyartoolkit-and/nyartoolkit-and.git] / tags / 2.3.1 / src.utils / qt / jp / nyatla / nyartoolkit / qt / utils / QtCaptureListener.java
1 /* \r
2  * PROJECT: NyARToolkit Quicktime utilities.\r
3  * --------------------------------------------------------------------------------\r
4  * Copyright (C)2008 arc@dmz\r
5  *\r
6  * This program is free software; you can redistribute it and/or\r
7  * modify it under the terms of the GNU General Public License\r
8  * as published by the Free Software Foundation; either version 2\r
9  * of the License, or (at your option) any later version.\r
10  * \r
11  * This program is distributed in the hope that it will be useful,\r
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
14  * GNU General Public License for more details.\r
15  * \r
16  * You should have received a copy of the GNU General Public License\r
17  * along with this framework; if not, write to the Free Software\r
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
19  * \r
20  * For further information please contact.\r
21  *      \r
22  *      <arc(at)digitalmuseum.jp>\r
23  * \r
24  */\r
25 package jp.nyatla.nyartoolkit.qt.utils;\r
26 \r
27 /**\r
28  * QuickTime リスナクラス\r
29  *\r
30  */\r
31 public interface  QtCaptureListener\r
32 {\r
33     public void onUpdateBuffer(byte[] i_buffer);\r
34     \r
35 }