return "VUIParameters{" + "\n" +
"aspect_ratio_info_present_flag=" + aspect_ratio_info_present_flag + "\n" +
", sar_width=" + sar_width + "\n" +
", sar_height=" + sar_height + "\n" +
", overscan_info_present_flag=" + overscan_info_present_flag + "\n" +
", overscan_appropriate_flag=" + overscan_appropriate_flag + "\n" +
", video_signal_type_present_flag=" + video_signal_type_present_flag + "\n" +
", video_format=" + video_format + "\n" +
", video_full_range_flag=" + video_full_range_flag + "\n" +
", colour_description_present_flag=" + colour_description_present_flag + "\n" +
", colour_primaries=" + colour_primaries + "\n" +
", transfer_characteristics=" + transfer_characteristics + "\n" +
", matrix_coefficients=" + matrix_coefficients + "\n" +
", chroma_loc_info_present_flag=" + chroma_loc_info_present_flag + "\n" +
", chroma_sample_loc_type_top_field=" + chroma_sample_loc_type_top_field + "\n" +
", chroma_sample_loc_type_bottom_field=" + chroma_sample_loc_type_bottom_field + "\n" +
", timing_info_present_flag=" + timing_info_present_flag + "\n" +
", num_units_in_tick=" + num_units_in_tick + "\n" +
", time_scale=" + time_scale + "\n" +
", fixed_frame_rate_flag=" + fixed_frame_rate_flag + "\n" +
", low_delay_hrd_flag=" + low_delay_hrd_flag + "\n" +
", pic_struct_present_flag=" + pic_struct_present_flag + "\n" +
", nalHRDParams=" + nalHRDParams + "\n" +
", vclHRDParams=" + vclHRDParams + "\n" +
", bitstreamRestriction=" + bitstreamRestriction + "\n" +
", aspect_ratio=" + aspect_ratio + "\n" +
'}";