Changeset 25894 in osm for applications/editors/josm/plugins/videomapping/test
- Timestamp:
- 2011-04-25T16:28:14+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/test/videotest.java
r25796 r25894 28 28 testplayer.setJumpLength(1000); 29 29 testplayer.setLoopLength(3000); 30 testplayer.addVideo(new File("C:\\TEMP\\test.mpg")); 31 testplayer.addVideo(new File("C:\\TEMP\\aoe-drachen_dvdscr.avi")); 30 testplayer.addVideo(new File("C:\\TEMP\\test.mpg"),"1"); 31 testplayer.addVideo(new File("C:\\TEMP\\aoe-drachen_dvdscr.avi"),"2"); 32 testplayer.enableSingleVideoMode(true); 32 33 33 34 }
Note:
See TracChangeset
for help on using the changeset viewer.