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
Post a Comment