•Component Based Software
Engineering (CBSE)
•A bean is a reusable software
component based on Sun’s JavaBeans specification that can be manipulated visually in a builder tool.
•MediaPlayer is a JMF player
encapsulated in a JavaBean.
•Manipulate a number of properties
through get and set methods.
ØsetCachingControlVisible(true);
Ø setPlaybackLoop(true);
ØsetMediaLocationVisible( true);
ØsetControlPanelVisible( true);
ØsetFixedAspectRatio ( true);
•MediaPlayer can integrated with
Beans Development Kit (BDK).