i use AudioClip class for playing ogg files but it says MEDIA_UNSUPPORTED .Is there any other libraries in javafx to play ogg files ?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
I found a solution to this, worked for me
Check here: https://github.com/nnttoo/OggJavaPlayer
JavaFX 8 contains no libraries for playing ogg files.
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:
http://docs.oracle.com/javafx/2/api/javafx/scene/media/package-summary.html