How To Limit Duration Limit Recording And Quality Of A Video With Appcelerator
I am making an application that allow users to post their videos. I just want to limit the duration and the quality of the videos. In iOS, no problem with different options. For An
Solution 1:
Try android.intent.extra.durationLimit
instead, as that is the listed as value for the android.provider.MediaStore.EXTRA_DURATION_LIMIT
constant.
Post a Comment for "How To Limit Duration Limit Recording And Quality Of A Video With Appcelerator"