- Jun 6, 2020
- 11,559
- 4,422
Hi all,
With regards to this project,
For example, I need to run this Java (and know what data type and value the constant MediaRecorder.OutputFormat.MPEG_2_TS)
How exactly do you parse this method, get the value for MPEG_2_TS and run the following:
mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_2_TS);
I have tried the usual method and constantly get this:
java.lang.reflect.InvocationTargetException
B4X:
I have read
With regards to this project,
برای دیدن لینک ها باید ثبت نام کنید
, how do you add inline java code to a B4A application to further customise the mediarecorder.For example, I need to run this Java (and know what data type and value the constant MediaRecorder.OutputFormat.MPEG_2_TS)
How exactly do you parse this method, get the value for MPEG_2_TS and run the following:
mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_2_TS);
I have tried the usual method and constantly get this:
java.lang.reflect.InvocationTargetException
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
, and I think it may be that the library runs code wrapped in a different order than I can control...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید