package flash.display; @:final extern class JPEGEncoderOptions { var quality : UInt; function new(quality : UInt = 80) : Void; }