How Play ogg files in javafx?

2020-05-06 13:17发布

i use AudioClip class for playing ogg files but it says MEDIA_UNSUPPORTED .Is there any other libraries in javafx to play ogg files ?

标签: java javafx
3条回答
我想做一个坏孩纸
2楼-- · 2020-05-06 13:44

I found a solution to this, worked for me

Check here: https://github.com/nnttoo/OggJavaPlayer

查看更多
Rolldiameter
3楼-- · 2020-05-06 13:52

JavaFX 8 contains no libraries for playing ogg files.

查看更多
小情绪 Triste *
4楼-- · 2020-05-06 13:56

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

查看更多
登录 后发表回答