JDK-8092334 : add InputStream constructor for AudioClip
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: media
  • Affected Version: 7u10
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-09-10
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
One of the Image constructors has InputStream as a parameter.  This is great because you are able to use base64 String as input to create an Image, via ByteArrayInputStream .  This would be a cool ability for AudioClip also.

thanks
jose
Comments
Could be done as part of JDK-8091755, but since AudioClip requires determinant streams we would need to handle those InputStreams differently.
06-04-2017