mirror of
https://github.com/DmcSDK/cordova-plugin-mediaPicker
synced 2026-05-22 00:01:31 +08:00
Update README.md
This commit is contained in:
@@ -68,10 +68,12 @@ index.js code:
|
||||
|
||||
function loading(){}
|
||||
|
||||
//ios Video transcoding compression to MP4 (use AVAssetExportPresetMediumQuality)
|
||||
document.addEventListener("MediaPicker.CompressVideoEvent", function(data) {
|
||||
alert(data.status+"||"+data.index);
|
||||
//ios Video transcoding compression to MP4 (use AVAssetExportPresetMediumQuality)
|
||||
document.addEventListener("MediaPicker.CompressVideoEvent", function(data) {
|
||||
alert(data.status+"||"+data.index);
|
||||
}, false);
|
||||
|
||||
|
||||
|
||||
|
||||
# Screenshots
|
||||
|
||||
Reference in New Issue
Block a user