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 protected]> 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 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]
