javauis/mmapi_akn/baseline/javasrc/com/nokia/microedition/media/control/VideoControl.java
branchRCL_3
changeset 21 4376525cdefb
parent 14 04becd199f91
equal deleted inserted replaced
19:71c436fe3ce0 21:4376525cdefb
   408             throw new MediaException("Symbian OS error: " + iError);
   408             throw new MediaException("Symbian OS error: " + iError);
   409         }
   409         }
   410 
   410 
   411         // Check the permission here, so 'the moment' is not lost?
   411         // Check the permission here, so 'the moment' is not lost?
   412         Security.ensurePermission(PERMISSION, PERMISSION, PERM_ARGS);
   412         Security.ensurePermission(PERMISSION, PERMISSION, PERM_ARGS);
   413 
   413         byte[] tempimage=iImageData;
   414         return iImageData;
   414         iImageData=null;
       
   415         return tempimage;
   415     }
   416     }
   416 
   417 
   417     /**
   418     /**
   418      * from Interface VideoControl
   419      * from Interface VideoControl
   419      *
   420      *