< prev index next >

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

Print this page

        

*** 73,108 **** * * <table class="striped"> * <caption>Audio System Property Keys</caption> * <thead> * <tr> ! * <th>Property Key ! * <th>Interface ! * <th>Affected Method(s) * </thead> * <tbody> * <tr> ! * <td>{@code javax.sound.sampled.Clip} * <td>{@link Clip} * <td>{@link #getLine}, {@link #getClip} * <tr> ! * <td>{@code javax.sound.sampled.Port} * <td>{@link Port} * <td>{@link #getLine} * <tr> ! * <td>{@code javax.sound.sampled.SourceDataLine} * <td>{@link SourceDataLine} * <td>{@link #getLine}, {@link #getSourceDataLine} * <tr> ! * <td>{@code javax.sound.sampled.TargetDataLine} * <td>{@link TargetDataLine} * <td>{@link #getLine}, {@link #getTargetDataLine} * </tbody> * </table> * * The property value consists of the provider class name and the mixer name, ! * separated by the hash mark (&quot;#&quot;). The provider class name is the * fully-qualified name of a concrete {@link MixerProvider mixer provider} * class. The mixer name is matched against the {@code String} returned by the * {@code getName} method of {@code Mixer.Info}. Either the class name, or the * mixer name may be omitted. If only the class name is specified, the trailing * hash mark is optional. --- 73,108 ---- * * <table class="striped"> * <caption>Audio System Property Keys</caption> * <thead> * <tr> ! * <th scope="col">Property Key ! * <th scope="col">Interface ! * <th scope="col">Affected Method(s) * </thead> * <tbody> * <tr> ! * <th scope="row">{@code javax.sound.sampled.Clip} * <td>{@link Clip} * <td>{@link #getLine}, {@link #getClip} * <tr> ! * <th scope="row">{@code javax.sound.sampled.Port} * <td>{@link Port} * <td>{@link #getLine} * <tr> ! * <th scope="row">{@code javax.sound.sampled.SourceDataLine} * <td>{@link SourceDataLine} * <td>{@link #getLine}, {@link #getSourceDataLine} * <tr> ! * <th scope="row">{@code javax.sound.sampled.TargetDataLine} * <td>{@link TargetDataLine} * <td>{@link #getLine}, {@link #getTargetDataLine} * </tbody> * </table> * * The property value consists of the provider class name and the mixer name, ! * separated by the hash mark ("#"). The provider class name is the * fully-qualified name of a concrete {@link MixerProvider mixer provider} * class. The mixer name is matched against the {@code String} returned by the * {@code getName} method of {@code Mixer.Info}. Either the class name, or the * mixer name may be omitted. If only the class name is specified, the trailing * hash mark is optional.
< prev index next >