react-native-video-processor icon indicating copy to clipboard operation
react-native-video-processor copied to clipboard

No hasAudio on mergeVideos function

Open wlans opened this issue 2 years ago • 0 comments

In the documentation is it mentions hasAudio but I'm not able to set that:

Would also be nice to pass an object in case I don't want to pass height and width.

This is the function declaration: (method) VideoManager.mergeVideos(paths: string[], newVideoPath: string, height?: string | undefined, width?: string | undefined): Promise

wlans avatar Mar 17 '23 10:03 wlans