Re: NSMovie playback cutout
Re: NSMovie playback cutout
- Subject: Re: NSMovie playback cutout
- From: Gerard Iglesias <email@hidden>
- Date: Tue, 25 Feb 2003 10:51:52 +0100
Hello,
A long time ago I have written my own movie scheduling in the
YellowBox/NT :) , i.e. for a movie to play you have to give time to it
with the help of the function MoviesTask :
http://developer.apple.com/techpubs/quicktime/qtdevdocs/APIREF/SOURCESII/moviestask.htm
There is also an other way using the moviecontroller, but it uses this
one, I suppose.
Hence it is the complete reponsibility of the player app to distribute
time to the player, it is the reason you didn't find any function to
control the way the sound are played.
My conclusion is that they have changed the way NSMovie/NSMovieView call
MoviesTask...
I have no Mac here at work to make some tests, this evening perhaps if
you need it.
Hope that this will help
Regards
Gerard
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.