Examples of StdQTException


Examples of quicktime.std.StdQTException

/*     */
/*     */   public int getNumberOfNoteChannels()
/*     */     throws StdQTException
/*     */   {
/* 113 */     int i = TuneGetIndexedNoteChannel(_ID(), 0, null);
/* 114 */     if (i < 0) throw new StdQTException(i);
/* 115 */     return i;
/*     */   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.