|
Hello,
I'm trying to adapt some code from QuickTime_Writer. I get the
following exception (plus several others):
.java:372: cannot find symbol
symbol : variable codecMaxQuality
location: class com.brianwillkie.goes.movie.BuildMovie
codecMaxQuality, GOES.FRAME_RATE);
I can't tell from the original code where this should be defined. I
assume it should be in QTJava. I've included
/System/Library/Java/Extensions/QTJava.zip in my classpath, but I
still get the exceptions (Mac OS X 10.4.11). Any speculation as to
what I'm doing wrong?
Thanks,
Brian
|