Package quicktime.io

Examples of quicktime.io.AliasHandle


/*     */   {
/* 298 */     if (this.dataRefType == 1970433056) {
/* 299 */       return getCStringAt(0);
/*     */     }
/* 301 */     if (this.dataRefType == 1634494835) {
/* 302 */       AliasHandle localAliasHandle = AliasHandle.fromDataRef(this);
/* 303 */       QTFile localQTFile = QTFile.resolveAlias(localAliasHandle);
/* 304 */       return localQTFile.getPath();
/*     */     }
/* 306 */     return null;
/*     */   }
View Full Code Here

TOP

Related Classes of quicktime.io.AliasHandle

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.