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
Some libraries require a pointer to the JavaVM to function properly. So it would be nice to be able to get a pointer to the JavaVM using pyjnius.
For example, to support hardware decoding in ffmpeg, libavcodec requires passing a pointer to the JavaVM using the av_jni_set_java_vm function (documentation: https://ffmpeg.org/doxygen/trunk/jni_8h.html).
The text was updated successfully, but these errors were encountered:
Some libraries require a pointer to the JavaVM to function properly. So it would be nice to be able to get a pointer to the JavaVM using pyjnius.
For example, to support hardware decoding in ffmpeg, libavcodec requires passing a pointer to the JavaVM using the av_jni_set_java_vm function (documentation: https://ffmpeg.org/doxygen/trunk/jni_8h.html).
The text was updated successfully, but these errors were encountered: