Fr33dan
Fr33dan

Reputation: 4327

JavaFX 2 media compatibility?

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

Answers (1)

invariant
invariant

Reputation: 8900

oracle documentation for JavaFX Media package javafx.scene.media contains what you need :) : JavaFX2 Media

Upvotes: 1

Related Questions