Re: Fwd / Rdw in QTMovieView
Re: Fwd / Rdw in QTMovieView
- Subject: Re: Fwd / Rdw in QTMovieView
- From: "douglas a. welton" <email@hidden>
- Date: Fri, 20 Oct 2006 23:03:31 -0400
Check the documentation, under "Setting Movie Attributes" you will
find two methods to help you accomplish what you want to do. Use
either -setAttribute:forKey: to set a single attribute or -
setMovieAttributes: to set several attributes at once. The keys
(listed under the "Constant" link) you want to set are
QTMovieRateAttribute or QTMoviePreferredRateAttribute or
QTMovieRateChangesdPreservePitchAttribute (depending on what you
"really" want to do).
later,
dogulas
On Oct 20, 2006, at 7:44 PM, Aychamo Aychamo wrote:
Hello
I was wondering if anyone knows how to accomplish proper
fast-forwarding and rewinding in a QTMovieView. It's simple in an
NSMovieView with -setRate, but QTMovieView doesn't seem to support the
same. QTMovieView only has stepForward/stepBackward, which move one
frame at a time.
Does anyone have an idea?
Thank you
AA
_______________________________________________
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