Reputation: 4327
I am using the JavaFX 2.2.5 to play local audio files in my application using the Media and MediaPlayer classes. I found documentation for for supported file types for JavaFX 1.3 but cannot find one for version 2 or above. Does anyone know of such documentation for version 2 or confirmation that this information applies for it as well?
Upvotes: 1
Views: 63
Reputation: 8900
oracle documentation for JavaFX Media package javafx.scene.media
contains what you need :) : JavaFX2 Media
Upvotes: 1