Unit 'JPEGLib' Package
[Overview][Constants][Types][Index] [#pasjpeg]

jpeg_destination_mgr

Declaration

Source position: jpeglib.pas line 793

type jpeg_destination_mgr = record

  next_output_byte: JOCTETPTR;

  free_in_buffer: size_t;

  init_destination: procedure(

  cinfo: j_compress_ptr

);

  empty_output_buffer: function(

  cinfo: j_compress_ptr

):Boolean;

  term_destination: procedure(

  cinfo: j_compress_ptr

);

end;


Documentation generated on: 2023-03-18