apps/samples/Ensemble8/src/samples/java/ensemble/samples/media/alphamediaplayer/AlphaMediaPlayerApp.java

Print this page
rev 7333 : RT-37699: fix conditionalFeatures tags for Ensemble samples
Reviewed-by:

*** 53,63 **** * @related /Media/Streaming Media Player * @playground arthPos (name="Arth Position", min=-100, max=100) * @playground fierPos (name="Fier Position", min=-100, max=100) * @playground arthRate (name="Arth Rate", min=0.1, max=1) * @playground fierRate (name="Fier Rate", min=0.1, max=1) ! * @conditionalFeatures WEB */ public class AlphaMediaPlayerApp extends Application { private String alphaMediaPlayerCss = AlphaMediaPlayerApp.class.getResource("AlphaMediaPlayer.css").toExternalForm(); private static final String ARTH_URL = "http://download.oracle.com/otndocs/products/javafx/arth_512.flv"; --- 53,63 ---- * @related /Media/Streaming Media Player * @playground arthPos (name="Arth Position", min=-100, max=100) * @playground fierPos (name="Fier Position", min=-100, max=100) * @playground arthRate (name="Arth Rate", min=0.1, max=1) * @playground fierRate (name="Fier Rate", min=0.1, max=1) ! * @conditionalFeatures WEB, MEDIA */ public class AlphaMediaPlayerApp extends Application { private String alphaMediaPlayerCss = AlphaMediaPlayerApp.class.getResource("AlphaMediaPlayer.css").toExternalForm(); private static final String ARTH_URL = "http://download.oracle.com/otndocs/products/javafx/arth_512.flv";