Re: Problem with QTMovie
Re: Problem with QTMovie
- Subject: Re: Problem with QTMovie
- From: Symadept <email@hidden>
- Date: Tue, 24 Nov 2009 19:57:34 +0800
Hi,
Any Idea why is this happening. I tried to play file into default then there
is no issue. And when I tried to play other sample videos then it is fine.
Regards
Mustafa
On Tue, Nov 24, 2009 at 6:00 PM, Symadept <email@hidden> wrote:
> Hi,
>
> I am playing one video, .mov format in QTMovieView which takes QTMovie and
> I found out after completion of the Movie my headset's sound goes completely
> off. I cant hear anything in that anymore unless I unplug and plug it again.
> I tested the same with other movie samples, it works fine. What could be the
> possible issue with this?
>
> mQTMovie = [[QTMovie movieNamed:@"SampleVideo.mov" error:&error]
> retain];
> [mQTMovie setAttribute:[NSNumber numberWithBool:YES]
> forKey:QTMovieLoopsAttribute];
> [mQTMovieView setMovie:mQTMovie];
> [mQTMovie play];
>
> Regards
> Mustafa
>
>
_______________________________________________
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