You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the GetDefaultOptions() function is defined as follows:
private static Options GetDefaultOptions() {
return new Options(
new VideoConfig(),
new StorageConfig("somedir", Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM)),
new NotificationConfig(),
false,
0,
true
);
}
I was assuming that updateOptions function would do the needful but when I inspect the recorder object in the debugger, the outputDirectory for the recorder seems to be different from that of the options object of the recorder.
How am I supposed to change the directory where the video is saved.
The text was updated successfully, but these errors were encountered:
I have setup the recorder like so:
and the GetDefaultOptions() function is defined as follows:
I was assuming that updateOptions function would do the needful but when I inspect the recorder object in the debugger, the outputDirectory for the recorder seems to be different from that of the options object of the recorder.
How am I supposed to change the directory where the video is saved.
The text was updated successfully, but these errors were encountered: