1.

Does Javafx Provide Support For Audio And Video Codecs?

Answer»

JavaFX provides a common SET of APIS that make it easy to include media playback within any JavaFX application. The media formats currently supported are the FOLLOWING:

  • AUDIO: MP3; AIFF containing uncompressed PCM; WAV containing uncompressed PCM; MPEG-4 multimedia container with Advanced Audio Coding (AAC) audio
  • Video: FLV containing VP6 video and MP3 audio; MPEG-4 multimedia container with H.264/AVC (Advanced Video Coding) video compression .

JavaFX provides a common set of APIs that make it easy to include media playback within any JavaFX application. The media formats currently supported are the following:



Discussion

No Comment Found