Media player maturity (on Mac)

David DeHaven david.dehaven at oracle.com
Thu Mar 12 17:02:12 UTC 2015


> One more question regarding this. Is it OK to have many instances of AudioClip or MediaPlayer if only a few of them actually play stuff or do they block audio resources even when they are stopped?

You can have as many as memory will allow :) They don’t tie up hardware resources until actually playing. I actually recommend pre-loading AudioClips to avoid startup latency, especially if they’re fetched remotely.

-DrD-



More information about the openjfx-dev mailing list