when i use videopicker,why only can I choose Pics and images
//initialize video picker
videoPicker = new VideoPicker(ReleaseBaseActivity.this);
videoPicker.shouldGenerateMetadata(true);
videoPicker.shouldGeneratePreviewImages(true);
videoPickerCallback = new VideoPickerCallback() {
@Override
public void onVideosChosen(List<ChosenVideo> list) {
showToast("choose video " + list.get(0).getOriginalPath());
}
@Override
public void onError(String s) {
showToast(s);
}
};
videoPicker.
setVideoPickerCallback(videoPickerCallback);
and when I use "videoPicker.pickVideo();" what Can I get is a gallery full of pics other than videos. which means the functionality of class VideoPicker is the same with the class ImagePicker? or what I did wrong to use this class .confused me . phone :Meizu Mx5 android 5.1
Can you send a screenshot? Which device and os?
On Jul 11, 2017 10:01 AM, "Anthony" [email protected] wrote:
and when I use "videoPicker.pickVideo();" what Can I get is a gallery full of pics other than videos
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/coomar2841/android-multipicker-library/issues/103#issuecomment-314320044, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOdKT6BjiJB-g1JU3pJcMlZ5vjIxbqxks5sMvq5gaJpZM4OTtwV .