Package quicktime.qd3d

Examples of quicktime.qd3d.QD3DException


/*      */       else
/*      */       {
/*  588 */         throw new QTRuntimeException("Unsupported OS");
/*      */       }
/*  590 */       int i = Q3Initialize();
/*  591 */       if (i == 0) throw new QD3DException(-28487);
/*      */     }
/*  593 */     threeDInitialised = true;
/*      */   }
View Full Code Here

TOP

Related Classes of quicktime.qd3d.QD3DException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.