i use AudioClip class for playing ogg files but it says MEDIA_UNSUPPORTED .Is there any other libraries in javafx to play ogg files ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I found a solution to this, worked for me
Check here: https://github.com/nnttoo/OggJavaPlayer
回答2:
JavaFX 8 contains no libraries for playing ogg files.
回答3:
I don't think it is currently supported.
See the Javadoc for supported media types:
http://docs.oracle.com/javase/8/javafx/api/javafx/scene/media/package-summary.html
Please add a comment here: https://javafx-jira.kenai.com/browse/RT-18009
Edit:
what about javaFX 2 ?
http://docs.oracle.com/javafx/2/api/javafx/scene/media/package-summary.html