/* 245 */ this.seq = new CSequence(this.gw, this.gwRect, this.gw.getPixMap().getPixelSize(), this.codecType, this.codec, this.spatialQuality, this.temporalQuality, this.keyFrameRate, null, 0);
/* */
/* 255 */ this.recDesc = this.seq.getDescription();
/* 256 */ int i = QTImage.getMaxCompressionSize(this.gw, this.gwRect, this.gw.getPixMap().getPixelSize(), this.spatialQuality, this.codecType, this.codec);
/* */
/* 262 */ this.imageHandle = new QTHandle(i, true);
/* 263 */ this.imageHandle.lock();
/* 264 */ this.compressedImage = RawEncodedImage.fromQTHandle(this.imageHandle);
/* 265 */ if (!this.inPreflightMode) {
/* 266 */ this.vidMedia.beginEdits();
/* */ }