We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fe421 commit 993ea86Copy full SHA for 993ea86
README.md
@@ -52,7 +52,7 @@ Lassi is simplest way to pick media (either image, video, audio or doc)
52
.with(LassiOption.CAMERA_AND_GALLERY) // choose Option CAMERA, GALLERY or CAMERA_AND_GALLERY
53
.setMaxCount(5)
54
.setGridSize(3)
55
- .setMediaType(MediaType.VIDEO) // MediaType : VIDEO or IMAGE
+ .setMediaType(MediaType.VIDEO) // MediaType : VIDEO IMAGE, AUDIO OR DOC
56
.setMinTime(15) // for MediaType.VIDEO only
57
.setMaxTime(30) // for MediaType.VIDEO only
58
.setSupportedFileTypes("mp4", "mkv", "webm", "avi", "flv", "3gp") // Filter by limited media format (Optional)
0 commit comments