You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this line val muxer = Muxer(this@MainActivity, "/files/video.mp4")
I get this error
None of the following functions can be called with the arguments supplied.
(Context, MuxerConfig) defined in com.homesoft.encoder.Muxer
(Context, File) defined in com.homesoft.encoder.Muxer
The text was updated successfully, but these errors were encountered:
In this line
val muxer = Muxer(this@MainActivity, "/files/video.mp4")
I get this error
The text was updated successfully, but these errors were encountered: