Record my_marker_reader

Unit

Declaration

type my_marker_reader = record

Description

This item has no description.

Overview

Fields

Public pub: jpeg_marker_reader;
Public process_COM: jpeg_marker_parser_method;
Public process_APPn: array[0..16-1] of jpeg_marker_parser_method;
Public length_limit_COM: uint;
Public length_limit_APPn: array[0..16-1] of uint;
Public cur_marker: jpeg_saved_marker_ptr;
Public bytes_read: uint;

Description

Fields

Public pub: jpeg_marker_reader;

This item has no description.

Public process_COM: jpeg_marker_parser_method;

This item has no description.

Public process_APPn: array[0..16-1] of jpeg_marker_parser_method;

This item has no description.

Public length_limit_COM: uint;

This item has no description.

Public length_limit_APPn: array[0..16-1] of uint;

This item has no description.

Public cur_marker: jpeg_saved_marker_ptr;

This item has no description.

Public bytes_read: uint;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.