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 protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]