Type Alias openjpeg_sys::opj_tp_info_t

source ·
pub type opj_tp_info_t = opj_tp_info;
Expand description

Index structure : Information concerning tile-parts

Aliased Type§

struct opj_tp_info_t {
    pub tp_start_pos: i32,
    pub tp_end_header: i32,
    pub tp_end_pos: i32,
    pub tp_start_pack: i32,
    pub tp_numpacks: i32,
}

Fields§

§tp_start_pos: i32

start position of tile part

§tp_end_header: i32

end position of tile part header

§tp_end_pos: i32

end position of tile part

§tp_start_pack: i32

start packet of tile part

§tp_numpacks: i32

number of packets of tile part