Ignore:
Timestamp:
2011-04-25T16:28:14+02:00 (13 years ago)
Author:
guardian
Message:

playback/sync multiple videos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/videomapping/test/videotest.java

    r25796 r25894  
    2828        testplayer.setJumpLength(1000);
    2929        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);
    3233       
    3334    }
Note: See TracChangeset for help on using the changeset viewer.