Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶ added in v0.3.0
func Initialize() (err error)
Initialize ensures that the ffmpeg WebAssembly module is decoded and pre-compiled in memory to a format that the WebAssembly runtime can instantiate.
If the module is already pre-compiled, this is a noop. This is called within Run(), but you can opt to call this yourself as the pre-compilation stage can be slow.
Note that this is safe to call concurrently.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.