Changeset 22690 in osm for applications/editors/josm/plugins/videomapping/test
- Timestamp:
- 2010-08-19T08:36:56+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/test/videotest.java
r21656 r22690 26 26 public static void main(String[] args) { 27 27 final SimpleVideoPlayer sVP = new SimpleVideoPlayer(); 28 sVP.setFile(new File("C:\\TEMP\\ test.mpg"));29 sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!) 28 sVP.setFile(new File("C:\\TEMP\\122_0159.MOV")); 29 //sVP.play(); //FIXME We have a bug so we get out of sync if we jump before the video is up (and this we CAN'T DETECT!!!) 30 30 /* 31 31 JButton b = new JButton("jump");
Note:
See TracChangeset
for help on using the changeset viewer.