< prev index next >

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

Print this page

        

*** 92,116 **** * * <table class="striped"> * <caption>Audio Format Properties</caption> * <thead> * <tr> ! * <th>Property key ! * <th>Value type ! * <th>Description * </thead> * <tbody> * <tr> ! * <td>&quot;bitrate&quot; * <td>{@link java.lang.Integer Integer} * <td>average bit rate in bits per second * <tr> ! * <td>&quot;vbr&quot; * <td>{@link java.lang.Boolean Boolean} * <td>{@code true}, if the file is encoded in variable bit rate (VBR) * <tr> ! * <td>&quot;quality&quot; * <td>{@link java.lang.Integer Integer} * <td>encoding/conversion quality, 1..100 * </tbody> * </table> * <p> --- 92,116 ---- * * <table class="striped"> * <caption>Audio 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">"bitrate" * <td>{@link java.lang.Integer Integer} * <td>average bit rate in bits per second * <tr> ! * <th scope="row">"vbr" * <td>{@link java.lang.Boolean Boolean} * <td>{@code true}, if the file is encoded in variable bit rate (VBR) * <tr> ! * <th scope="row">"quality" * <td>{@link java.lang.Integer Integer} * <td>encoding/conversion quality, 1..100 * </tbody> * </table> * <p>
< prev index next >