Package quicktime.std.movies

Examples of quicktime.std.movies.AtomData


/*     */     }
/*     */
/* 248 */     this.effectSample = paramAtomContainer;
/* 249 */     Atom localAtom = this.effectSample.findChildByID_Atom(Atom.kParentIsContainer, 2003329396, 1);
/* 250 */     this.effectSample.lock();
/* 251 */     AtomData localAtomData = this.effectSample.getAtomData(localAtom);
/* 252 */     this.effectDesc.setCType(EndianOrder.flipBigEndianToNative32(localAtomData.getInt(0)));
/* 253 */     this.effectSamplePtr = RawEncodedImage.fromQTPointer(this.effectSample.toQTPointer());
/*     */
/* 255 */     setUpSequence();
/*     */   }
View Full Code Here

TOP

Related Classes of quicktime.std.movies.AtomData

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.