android-multipicker-library icon indicating copy to clipboard operation
android-multipicker-library copied to clipboard

when i use videopicker,why only can I choose Pics and images

Open ProgrammerAnthony opened this issue 8 years ago • 2 comments

    //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);

ProgrammerAnthony avatar Jul 11 '17 04:07 ProgrammerAnthony

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

ProgrammerAnthony avatar Jul 11 '17 04:07 ProgrammerAnthony

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 .

coomar2841 avatar Jul 11 '17 07:07 coomar2841