2

How can I tell, programmatically, if a QTMovie is playing or paused?

It seems like it would be simple, but I've combed through the QTMovie and QTMovieView docs rather extensively, and can find nothing of the sort. What am I missing?

zpasternack
  • 17,838
  • 2
  • 63
  • 81

1 Answers1

3

You might be looking for the movie's rate.

matt
  • 515,959
  • 87
  • 875
  • 1,141
  • 1
    You, sir, are a gentleman and a scholar. rate is 0.0 when the movie is paused. I wish the doc was more clear on that. Thanks! – zpasternack Dec 07 '11 at 04:04