< prev index next >

src/java.desktop/share/classes/javax/sound/sampled/AudioFileFormat.java

Print this page

        

*** 48,87 **** * implementations are not required to provide or recognize properties. * <p> * The following table lists some common properties that should be used in * implementations: * ! * <table border=1> * <caption>Audio File Format Properties</caption> * <tr> ! * <th>Property key ! * <th>Value type ! * <th>Description * <tr> ! * <td>&quot;duration&quot; * <td>{@link Long Long} * <td>playback duration of the file in microseconds * <tr> ! * <td>&quot;author&quot; * <td>{@link String String} * <td>name of the author of this file * <tr> ! * <td>&quot;title&quot; * <td>{@link String String} * <td>title of this file * <tr> ! * <td>&quot;copyright&quot; * <td>{@link String String} * <td>copyright message * <tr> ! * <td>&quot;date&quot; * <td>{@link java.util.Date Date} * <td>date of the recording or release * <tr> ! * <td>&quot;comment&quot; * <td>{@link String String} * <td>an arbitrary text * </table> * * @author David Rivas * @author Kara Kytle * @author Florian Bomers --- 48,91 ---- * implementations are not required to provide or recognize properties. * <p> * The following table lists some common properties that should be used in * implementations: * ! * <table class="striped"> * <caption>Audio File Format Properties</caption> + * <thead> * <tr> ! * <th scope="col">Property key ! * <th scope="col">Value type ! * <th scope="col">Description ! * </thead> ! * <tbody> * <tr> ! * <th scope="row">"duration" * <td>{@link Long Long} * <td>playback duration of the file in microseconds * <tr> ! * <th scope="row">"author" * <td>{@link String String} * <td>name of the author of this file * <tr> ! * <th scope="row">"title" * <td>{@link String String} * <td>title of this file * <tr> ! * <th scope="row">"copyright" * <td>{@link String String} * <td>copyright message * <tr> ! * <th scope="row">"date" * <td>{@link java.util.Date Date} * <td>date of the recording or release * <tr> ! * <th scope="row">"comment" * <td>{@link String String} * <td>an arbitrary text + * </tbody> * </table> * * @author David Rivas * @author Kara Kytle * @author Florian Bomers
< prev index next >