--- old/src/java.desktop/share/classes/javax/sound/sampled/AudioFileFormat.java 2017-09-03 00:46:53.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/sound/sampled/AudioFileFormat.java 2017-09-03 00:46:53.000000000 -0700 @@ -50,36 +50,40 @@ * The following table lists some common properties that should be used in * implementations: * - * + *
* + * * - * + * * - * - * - * - * - * - * *
Audio File Format Properties
Property key - * Value type - * Description + * Property key + * Value type + * Description + *
"duration" + * "duration" * {@link Long Long} * playback duration of the file in microseconds *
"author" + * "author" * {@link String String} * name of the author of this file *
"title" + * "title" * {@link String String} * title of this file *
"copyright" + * "copyright" * {@link String String} * copyright message *
"date" + * "date" * {@link java.util.Date Date} * date of the recording or release *
"comment" + * "comment" * {@link String String} * an arbitrary text + *
* * @author David Rivas