< prev index next >

modules/javafx.media/src/main/java/javafx/scene/media/MediaPlayer.java

Print this page

        

*** 2351,2361 **** return audioSpectrumListener; } /** * Free all resources associated with player. Player SHOULD NOT be used after this function is called. ! * Player will transition to {@link Status.DISPOSED} after this method is done. This method can be called * anytime and regarding current player status. * @since JavaFX 8.0 */ public synchronized void dispose() { synchronized (disposeLock) { --- 2351,2361 ---- return audioSpectrumListener; } /** * Free all resources associated with player. Player SHOULD NOT be used after this function is called. ! * Player will transition to {@link Status} after this method is done. This method can be called * anytime and regarding current player status. * @since JavaFX 8.0 */ public synchronized void dispose() { synchronized (disposeLock) {
< prev index next >