jdk/src/java.desktop/share/classes/javax/sound/sampled/package-info.java
author serb
Sun, 05 Mar 2017 23:02:04 +0300
changeset 44151 bb5790b4b278
parent 25859 jdk/src/java.desktop/share/classes/javax/sound/sampled/package.html@3317bb8137f4
child 44770 3bb4daed0874
child 46847 3720a014bb74
permissions -rw-r--r--
8176046: Replace package.html files with package-info.java in the java.desktop module Reviewed-by: alexsch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     1
/*
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     2
 * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     4
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    10
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    15
 * accompanied this code).
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    16
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    20
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    23
 * questions.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    24
 */
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    26
/**
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    27
 * Provides interfaces and classes for capture, processing, and playback of
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    28
 * sampled audio data.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    29
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    30
 * <h2>Related Documentation</h2>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    31
 * For overviews, tutorials, examples, and guides, please see:
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    32
 * <ul>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    33
 *     <li><a href="../../../../technotes/guides/sound">Sound</a></li>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    34
 * </ul>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    35
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    36
 * @since 1.3
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    37
 */
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    38
package javax.sound.sampled;