Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lost audio



Not sure if this will help but my app also has a requirement to allow the user to view a movie in a separate window as well as in a panel of the main application. The best way for me to do this is to do a 'copySelection()' which is quite fast and allows separate control over both movies (e.g. as it is a copy, disabling audio in the first movie will not disable audio in the second):
 
      Movie m1 = control.getMovie();
      m1.setSelection(0,m1.getDuration());
      Movie m = m1.copySelection();
BTW I am developing on windows and have never had an issue with audio loss.
 
GREG
--
Greg Ewing
Software Engineer
Champion Data
Suite 4, 51 City Road
Southbank 3006
Victoria Australia
P: 61 3 9693 1333
W: www.championdata.com.au
E: email@hidden
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.