javauis/mmapi_akn/baseline/javasrc/com/nokia/microedition/media/PlayerImpl.java
branchRCL_3
changeset 19 71c436fe3ce0
parent 14 04becd199f91
equal deleted inserted replaced
18:9ac0a0a7da70 19:71c436fe3ce0
   259 
   259 
   260     /**
   260     /**
   261      * From Player.
   261      * From Player.
   262      * @see Player
   262      * @see Player
   263      */
   263      */
   264     public void start() throws MediaException
   264     synchronized public void start() throws MediaException
   265     {
   265     {
   266         prefetch();
   266         prefetch();
   267 
   267 
   268         // Only preteched player may be started. If player is already started
   268         // Only preteched player may be started. If player is already started
   269         // this method returns silently.
   269         // this method returns silently.