/// Identifiers for flag atoms
///
/// Any identifier in here will be treated as having [`AtomData::Bool`] as its data type when parsing.
/// See [`Ilst::set_flag`] for more information.
///
/// [`AtomData::Bool`]: crate::mp4::AtomData::Bool
/// [`Ilst::set_flag`]: crate::mp4::Ilst::set_flag
pub const WELL_KNOWN_TYPE_SET: u8 = 0;