T
tiewknvc9
Hey,
This is the first time Ive experienced an error like this... Im trying
to use a class called VisualMediaHandler
(http://developer.apple.com/document...time/std/movies/media/visualmediahandler.html)
from the quicktime libraries, however when I try to create an object
"VisualMediaHandler vmhMovieHandler = new VisualMediaHandler(0,
movMovie);"
I get this error, "The constructor VisualMediaHandler(int, Object) is
not visible".
I'm using eclipse, and I would think that if I couldn't use this
constructor that it wouldn't "present" itself to me when I hit
alt-space.. So I just dont know where I could start in order to fix
this problem.
let me know if you have any ideas.
This is the first time Ive experienced an error like this... Im trying
to use a class called VisualMediaHandler
(http://developer.apple.com/document...time/std/movies/media/visualmediahandler.html)
from the quicktime libraries, however when I try to create an object
"VisualMediaHandler vmhMovieHandler = new VisualMediaHandler(0,
movMovie);"
I get this error, "The constructor VisualMediaHandler(int, Object) is
not visible".
I'm using eclipse, and I would think that if I couldn't use this
constructor that it wouldn't "present" itself to me when I hit
alt-space.. So I just dont know where I could start in order to fix
this problem.
let me know if you have any ideas.