Problem with QTMovie
Problem with QTMovie
- Subject: Problem with QTMovie
- From: Symadept <email@hidden>
- Date: Tue, 24 Nov 2009 18:00:05 +0800
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:@"THXVideo.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