示例#1
0
 /** @since Available in iOS 4.0 and later. */
 public CVImageBufferAttributes setGammaLevel(double gammaLevel) {
   set(CVImageBufferAttribute.GammaLevel, CFNumber.valueOf(gammaLevel));
   return this;
 }
示例#2
0
 /** @since Available in iOS 4.0 and later. */
 public CVImageBufferAttributes setFieldCount(int fieldCount) {
   set(CVImageBufferAttribute.FieldCount, CFNumber.valueOf(fieldCount));
   return this;
 }