Package quicktime

Examples of quicktime.QTNullPointerException


/*     */   }
/*     */
/*     */   public static QTPointer fromSCData(SoundComponentData paramSoundComponentData)
/*     */   {
/*  45 */     if (getIntFromArray(paramSoundComponentData.getBytes(), 20) == 0)
/*  46 */       throw new QTNullPointerException("SCD buffer is not set");
/*  47 */     return new QTPointer(getIntFromArray(paramSoundComponentData.getBytes(), 20), paramSoundComponentData.getSampleSize() / 8 * paramSoundComponentData.getSampleCount(), paramSoundComponentData);
/*     */   }
View Full Code Here

TOP

Related Classes of quicktime.QTNullPointerException

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.