Re: Dimensions of a movie?
Re: Dimensions of a movie?
- Subject: Re: Dimensions of a movie?
- From: "Douglas A. Welton" <email@hidden>
- Date: Tue, 22 Feb 2005 13:25:11 -0500
August,
You don't need to have an NSMovieView at all if you don't want one. Just
create an NSMovie object, then use -QTMovie to get the Movie pointer and go
from there. You could also use QuickTime directly by calling
NewMovieFromFile() to get the Movie pointer.
later,
douglas
on 2/22/05 12:56 PM, August Trometer at email@hidden wrote:
> Thanks for the reply!
>
> My bad, here, though. I should have been more explicit.
>
> What I'd like to do is get the size of the movie without loading it
> into an NSMovieView first and it simply may not be possible. I'm not
> using an NSMovieView to display the movie, and creating one just for
> the pixel dimensions seems unnecessarily wasteful in terms of memory
> and processing, especially for large movie files.
>
> August
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden