pub type opj_marker_info_t = opj_marker_info;
Expand description

Marker structure

Aliased Type§

struct opj_marker_info_t {
    pub type_: u16,
    pub pos: i64,
    pub len: i32,
}

Fields§

§type_: u16

marker type

§pos: i64

position in codestream

§len: i32

length, marker val included