Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In creating a Video Recorder App, When I try to invoke
Java
String encodingString = System.getProperty("video.encodings");

encodingString is null? what could be the issue? Please advice.
Posted

1 solution

exact same question "Regarding video source format supporting"[^] @ Blackberry Support Community

I guess you already found your answer.
 
Share this answer
 
Comments
AmanArora1987 16-Oct-12 7:35am    
Nope, i m getting the same issue its giving a null pointer exception when we use System.getProperty("video.encodings");
TorstenH. 16-Oct-12 9:26am    
might be "normal" cause that function is supposed to return null if no value is set / found.

But where do you call that? do you call the Blackberry API? cause there is a similar function in JAVA SE, pointing to the PC's registry.
AmanArora1987 17-Oct-12 3:02am    
i want to save a video file in predefined format i.e available in blackberry
for example : "video.snapshot.encodings" gives all the available sizes and format of Images in which we want to save the captured image.
AmanArora1987 16-Oct-12 7:35am    
so help me out for this

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900