1 // java wrapper for vtkWin32VideoSource object
7 public class vtkWin32VideoSource extends vtkVideoSource
10 private native int IsTypeOf_0(String id0);
11 public int IsTypeOf(String id0)
12 { return IsTypeOf_0(id0); }
14 private native int IsA_1(String id0);
15 public int IsA(String id0)
16 { return IsA_1(id0); }
18 private native void Record_2();
22 private native void Play_3();
26 private native void Stop_4();
30 private native void Grab_5();
34 private native void SetFrameSize_6(int id0,int id1,int id2);
35 public void SetFrameSize(int id0,int id1,int id2)
36 { SetFrameSize_6(id0,id1,id2); }
38 private native void SetFrameSize_7(int id0[]);
39 public void SetFrameSize(int id0[])
40 { SetFrameSize_7(id0); }
42 private native void SetFrameRate_8(double id0);
43 public void SetFrameRate(double id0)
44 { SetFrameRate_8(id0); }
46 private native void SetOutputFormat_9(int id0);
47 public void SetOutputFormat(int id0)
48 { SetOutputFormat_9(id0); }
50 private native void SetPreview_10(int id0);
51 public void SetPreview(int id0)
52 { SetPreview_10(id0); }
54 private native void PreviewOn_11();
55 public void PreviewOn()
58 private native void PreviewOff_12();
59 public void PreviewOff()
62 private native int GetPreview_13();
63 public int GetPreview()
64 { return GetPreview_13(); }
66 private native void VideoFormatDialog_14();
67 public void VideoFormatDialog()
68 { VideoFormatDialog_14(); }
70 private native void VideoSourceDialog_15();
71 public void VideoSourceDialog()
72 { VideoSourceDialog_15(); }
74 private native void Initialize_16();
75 public void Initialize()
78 private native void ReleaseSystemResources_17();
79 public void ReleaseSystemResources()
80 { ReleaseSystemResources_17(); }
82 private native void OnParentWndDestroy_18();
83 public void OnParentWndDestroy()
84 { OnParentWndDestroy_18(); }
86 public vtkWin32VideoSource() { super(); }
88 public vtkWin32VideoSource(long id) { super(id); }
89 public native long VTKInit();