• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to get notified pause when QTMovieView when clicked
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get notified pause when QTMovieView when clicked


  • Subject: Re: How to get notified pause when QTMovieView when clicked
  • From: Symadept <email@hidden>
  • Date: Tue, 24 Nov 2009 18:57:51 +0800

Hi,
What is the notification string for Pause and Play of QTMovie?

I found out one for movieEnd. Any similar one for this.

Regards
Mustafa

On Tue, Nov 24, 2009 at 6:19 PM, Jean-Daniel Dupas
<email@hidden>wrote:

> Le 24 nov. 2009 à 11:03, Symadept a écrit :
>
> > Hi,
> >
> > I figured out that when I click on the QTMovieView, it pauses and double
> > clicks it plays again. How to get notified whenever the movie is paused
> or
> > played by click and double click on the QTMovieView.
> >
> > I tried all the possibilities like subclassing QTMovieView and overriding
> > the following methods.
> >
> > - (IBAction)play:(id)sender
> > {
> >    NSLog(@"play");
> > }
> >
> > - (IBAction)pause:(id)sender
> > {
> >    NSLog(@"pause");
> >
> > }
> >
> > But no luck.
> >
> > Any help highly appreciable.
>
> Listen movie notification, not view notification, especially
> QTMovieRateDidChangeNotification
>
>
> -- Jean-Daniel
>
>
>
>
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to get notified pause when QTMovieView when clicked
      • From: Symadept <email@hidden>
References: 
 >How to get notified pause when QTMovieView when clicked (From: Symadept <email@hidden>)
 >Re: How to get notified pause when QTMovieView when clicked (From: Jean-Daniel Dupas <email@hidden>)

  • Prev by Date: Re: NSTableView in NSSplitView
  • Next by Date: Re: How to get notified pause when QTMovieView when clicked
  • Previous by thread: Re: How to get notified pause when QTMovieView when clicked
  • Next by thread: Re: How to get notified pause when QTMovieView when clicked
  • Index(es):
    • Date
    • Thread