Package quicktime.std

Examples of quicktime.std.StdQTException


/*      */
/*      */   public void addExecuteWiredActionsProc(ExecutingWiredAction paramExecutingWiredAction)
/*      */     throws StdQTException
/*      */   {
/* 1927 */     if (paramExecutingWiredAction == null) {
/* 1928 */       throw new StdQTException(-50);
/*      */     }
/*      */
/* 1931 */     if (this.wiredUPP != null) {
/* 1932 */       RemoveMovieExecuteWiredActionsProc(_ID(), this.wiredUPP.ID(), 0);
/* 1933 */       this.wiredUPP.cleanupMethodClosure();
View Full Code Here


/*      */   Track(int paramInt, Object paramObject)
/*      */     throws QTException
/*      */   {
/*  181 */     super(paramInt, paramObject);
/*  182 */     if (paramInt == 0)
/*  183 */       throw new StdQTException(-2009);
/*  184 */     this.owner = paramObject;
/*      */   }
View Full Code Here

/*  558 */       localQTHandle.copyToArray(0, arrayOfByte, 0, i);
/*  559 */       return new String(arrayOfByte);
/*      */     } catch (QTException localQTException) {
/*  561 */       int i = localQTException.errorCode();
/*  562 */       if (i != -2026)
/*  563 */         throw new StdQTException(i);
/*      */     }
/*  565 */     return new String();
/*      */   }
View Full Code Here

/*      */       try {
/*  583 */         localUserData.removeData(1851878757, 1);
/*      */       } catch (StdQTException localStdQTException) {
/*  585 */         int j = localStdQTException.errorCode();
/*  586 */         if (j != -2026)
/*  587 */           throw new StdQTException(j);
/*      */       }
/*      */     }
/*      */     else
/*      */     {
/*  592 */       QTHandle localQTHandle = new QTHandle(i, false);
View Full Code Here

/*     */
/*     */   public static Region fromMovieControllerWindow(MovieController paramMovieController, QDGraphics paramQDGraphics)
/*     */     throws QTException
/*     */   {
/* 184 */     if (paramQDGraphics == null) {
/* 185 */       throw new StdQTException(-50);
/*     */     }
/* 187 */     int i = 0;
/*     */
/* 189 */     synchronized (QTNative.globalsLock) {
/* 190 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
View Full Code Here

/*     */
/* 172 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 173 */         SetGWorld(savedPort[0], savedDevice[0]);
/*     */     }
/* 175 */     StdQTException.checkError(i);
/* 176 */     if (arrayOfInt[0] == 0) throw new StdQTException(-2012);
/* 177 */     return arrayOfInt[0];
/*     */   }
View Full Code Here

/*     */
/* 192 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/* 193 */         SetGWorld(savedPort[0], savedDevice[0]);
/*     */     }
/* 195 */     StdQTException.checkError(i);
/* 196 */     if (arrayOfInt[0] == 0) throw new StdQTException(-2012);
/* 197 */     return arrayOfInt[0];
/*     */   }
View Full Code Here

/*     */
/*     */   public static SCInfo fromSCSequence(SCSequence paramSCSequence, QDGraphics paramQDGraphics, QDRect paramQDRect)
/*     */     throws QTException
/*     */   {
/*  49 */     if (paramQDGraphics == null) {
/*  50 */       throw new StdQTException(-50);
/*     */     }
/*  52 */     int[] arrayOfInt1 = { 0 };
/*  53 */     int[] arrayOfInt2 = { 0 };
/*  54 */     short[] arrayOfShort = { 0 };
/*  55 */     int[] arrayOfInt3 = { 0 };
/*  56 */     int[] arrayOfInt4 = { 0 };
/*     */
/*  58 */     int i = 0;
/*     */
/*  60 */     synchronized (QTNative.globalsLock) {
/*  61 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
/*  62 */         GetGWorld(arrayOfInt3, arrayOfInt4);
/*  63 */       SetGWorld(QTObject.ID(paramQDGraphics), 0);
/*  64 */       i = SCCompressSequenceFrame(QTObject.ID(paramSCSequence.getDialog()), QTObject.ID(paramQDGraphics.getPixMap()), paramQDRect != null ? paramQDRect.getRect() : null, arrayOfInt1, arrayOfInt2, arrayOfShort);
/*     */
/*  70 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4))) {
/*  71 */         SetGWorld(arrayOfInt3[0], arrayOfInt4[0]);
/*     */       }
/*     */     }
/*  74 */     if (i == 1) {
/*  75 */       throw new StdQTException(-128);
/*     */     }
/*  77 */     StdQTException.checkError(i);
/*     */
/*  79 */     return new SCInfo(new QTHandleRef(arrayOfInt1[0], paramSCSequence, false), arrayOfInt2[0], arrayOfShort[0]);
/*     */   }
View Full Code Here

/*     */   public static Pict thumbnailFromQDGraphics(QDGraphics paramQDGraphics, QDRect paramQDRect, int paramInt)
/*     */     throws QTException
/*     */   {
/*  55 */     Pict localPict = new Pict(4, false);
/*  56 */     if (paramQDGraphics == null) {
/*  57 */       throw new StdQTException(-50);
/*     */     }
/*  59 */     int i = 0;
/*     */
/*  61 */     synchronized (QTNative.globalsLock) {
/*  62 */       if ((QTSession.isCurrentOS(1)) || (QTSession.isCurrentOS(4)))
View Full Code Here

/*     */   public static Pict fromImageCompressionDialog(ImageCompressionDialog paramImageCompressionDialog, Pict paramPict)
/*     */     throws QTException
/*     */   {
/* 200 */     Pict localPict = new Pict(4, true);
/* 201 */     int i = SCCompressPicture(QTObject.ID(paramImageCompressionDialog), QTObject.ID(paramPict), QTObject.ID(localPict));
/* 202 */     if (i == 1) throw new StdQTException(-128);
/* 203 */     StdQTException.checkError(i);
/* 204 */     return localPict;
/*     */   }
View Full Code Here

TOP

Related Classes of quicktime.std.StdQTException

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.