Home
last modified time | relevance | path

Searched defs:_InfoVcd_tag (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/vcdimager/vcdimager-2.0.1/include/libvcd/
H A Dfiles_private.h187 typedef struct _InfoVcd_tag { struct
188 char ID[8]; /**< const "VIDEO_CD" for
191 uint8_t version; /**< 0x02 -- VCD2.0,
193 uint8_t sys_prof_tag; /**< System Profile Tag, used
200 char album_desc[16]; /**< album identification/desc. */
204 InfoStatusFlags_t flags; /**< status flags bit field */
205 uint32_t psd_size; /**< size of PSD.VCD file */
206 msf_t first_seg_addr; /**< first segment addresses,
215 uint16_t lot_entries; /**< offsets in lot */
223 uint16_t playing_time[5]; /**< in seconds */
[all …]