Unit 'libavif' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_bgrabitmap]

avifDecoder0_10_0

Declaration

Source position: libavif.pas line 1190

type avifDecoder0_10_0 = record

  codecChoice: avifCodecChoice;

  

  maxThreads: LongInt;

  

  requestedSource: avifDecoderSource;

  

  allowProgressive: avifBool;

  

  allowIncremental: avifBool;

  

  ignoreExif: avifBool;

  

  ignoreXMP: avifBool;

  

  imageSizeLimit: UInt32;

  

  imageCountLimit: UInt32;

  

  strictFlags: avifStrictFlags;

  

  image: PavifImage;

  

  imageIndex: LongInt;

  

  imageCount: LongInt;

  

  progressiveState: avifProgressiveState;

  

  imageTiming: avifImageTiming;

  

  timescale: UInt64;

  

  duration: Double;

  

  durationInTimescales: UInt64;

  

  alphaPresent: avifBool;

  

  ioStats: avifIOStats;

  

  diag: avifDiagnostics;

  

  io: PavifIO;

  

  data: PavifDecoderData;

  

end;



CT Web help

CodeTyphon Studio