Replies: 1 comment 2 replies
-
Thats not how callbacks works, once I'm back from vacation will take a look. Cheers |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement a custom call back for reading a stream. For now, I took the decompiled class and copied it exactly.
And after trying to use it as follows:
However, running into the
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
I believe it is stemming from the initialization of the
Media
class. I could not find the documentation on what nativeptr I should initialize with. Could you please point me in the right direction? Thank you!Beta Was this translation helpful? Give feedback.
All reactions