Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 61726 invoked from network); 5 Dec 2006 06:43:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 06:43:43 -0000 Received: (qmail 99404 invoked by uid 500); 5 Dec 2006 06:43:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 99307 invoked by uid 500); 5 Dec 2006 06:43:52 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 99298 invoked by uid 99); 5 Dec 2006 06:43:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 22:43:52 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2006 22:43:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 055457141E4 for ; Mon, 4 Dec 2006 22:43:23 -0800 (PST) Message-ID: <14410000.1165301003019.JavaMail.jira@brutus> Date: Mon, 4 Dec 2006 22:43:23 -0800 (PST) From: "Stepan Mishura (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation In-Reply-To: <28822218.1165223061482.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2401?page=all ] Stepan Mishura resolved HARMONY-2401. ------------------------------------- Resolution: Fixed Thanks Boris, the patch was applied to SOUND module at r482518. Please check that the patch was applied as you expected. > [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation > ------------------------------------------------------------------------------------------------------------------------ > > Key: HARMONY-2401 > URL: http://issues.apache.org/jira/browse/HARMONY-2401 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Boris Kuznetsov > Assigned To: Stepan Mishura > Attachments: patch-code.txt, patch-tests.txt > > > The following API have been implemented: > FloatControl > public void setValue(float newValue) > public void shift(float from, float to, int microseconds) > public String toString() > Port.Info > public boolean matches(Line.Info info) > public final boolean equals(Object obj) > public final int hashCode() > public final String toString() > Mixer.Info > public String toString() > Line.Info > public String toString() > ReverbType > public final boolean equals(Object obj) > public final int hashCode() > public final String toString() > LineEvent > public LineEvent(Line line, LineEvent.Type type, long position) > public final Line getLine() > public final LineEvent.Type getType() > public final long getFramePosition() > public String toString() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira