maomeiqi

Results 2 issues of maomeiqi

``` ProcessingManager.getVideoInfo(source) .then((info) => { this.setStart({ videoInfo:info }) }); ``` ``` console.debug('Video information:'+JSON.stringify(this.start.videoInfo)); console.debug('Selected screenshot time:'+this.state.currentTime) ProcessingManager.getPreviewForSecond(voideUrl,this.state.currentTime, {},'JPEG') .then((data) => { console.debug(data.uri) }) .catch((err)=>{console.debug(err,'getPreviewForSecondErr')}) ``` > Expected result: > Get...

Is there any way to set duration limit for video that picked from gallery