Working with QTTime
Working with QTTime
- Subject: Working with QTTime
- From: Richard Salvatierra <email@hidden>
- Date: Tue, 31 May 2005 17:17:40 -0400
Disclaimer - New to Objective-C I am trying to use the ProgressView / Cell class from the developer sample code to create a progress bar for a QTMovie. I want to get the status of the movie as a percent from currentTime / Duration but do not understand QTTime. Code: NSDictionary *myAtts = [theMovie movieAttributes]; NSValue *durationValue = [myAtts objectForKey: QTMovieDurationAttribute]; NSValue *currentValue = [myAtts objectForKey: QTMovieCurrentTimeAttribute]; How do I get a float value from an NSValue? Thanks, Rich |
_______________________________________________
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