Package com.apple.audio

Examples of com.apple.audio.CAObject.dispose()


/*     */   {
/* 138 */     Vector localVector = (Vector)clientTable.get(this);
/* 139 */     if (localVector != null) {
/* 140 */       while (!localVector.isEmpty()) {
/* 141 */         CAObject localCAObject = (CAObject)localVector.elementAt(0);
/* 142 */         localCAObject.dispose();
/*     */       }
/*     */     }
/* 145 */     clientTable.remove(this);
/* 146 */     super.dispose();
/*     */   }
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.