You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2006/12/05 05:17:27 UTC

[jira] Assigned: (HARMONY-2401) [classlib][sound] javax.sound.sampled FloatControl, Port.Info, Mixer.Info, ReverbType, and LineEvent api implementation

     [ http://issues.apache.org/jira/browse/HARMONY-2401?page=all ]

Stepan Mishura reassigned HARMONY-2401:
---------------------------------------

    Assignee: Stepan Mishura

> [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