package Flash::Tags::DefineBitsLossless; use Class::Struct; struct ( with_alpha => '$', rgb_size => '$', tagid => '$', format => '$', width => '$', height => '$', table_size => '$', decompressed => '$' ); 1;