[ http://issues.apache.org/jira/browse/HARMONY-2401?page=comments#action_12455575 ]
Boris Kuznetsov commented on HARMONY-2401:
------------------------------------------
Looks fine,
thanks.
> [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
|