android lock/hide video programmatically -


i able lock image password convert image bitmap , string , @ last save file password protected when follow same procedure video says bitmap out of memory can 1 tell how can convert videos bitmap , string ex:-

bitmap resized = bitmap.createbitmap(finalbitmap, 0, 0, finalbitmap.getwidth(), finalbitmap.getheight(), m, true);             bitmap mp = resized;             bytearrayoutputstream baos=new  bytearrayoutputstream();             mp.compress(bitmap.compressformat.png,50, baos);             byte [] b1=baos.tobytearray();             string temp=base64.encodetostring(b1, base64.default); 

and save temp file folder how same thing video


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -