Re: Getting the original moviebox in Cocoa
Re: Getting the original moviebox in Cocoa
- Subject: Re: Getting the original moviebox in Cocoa
- From: Vince DeMarco <email@hidden>
- Date: Thu, 27 Dec 2001 10:10:39 -0700
On Thursday, December 27, 2001, at 03:45 am, Taxxodium wrote:
The proble is that whenever I do GetMovieBox(qtMovie, &movieRect); I get
the
size of the NSMovieView and not the original size of the movie.
_____
Try
GetMovieNaturalBoundsRect(qtMovie, &box)
instead
vince