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
I have a practical problem with implementing multi-window playback. At the bottom, I use C++ to generate a DLL from my class and provide it to the calling layer to call in C#. C# only needs to provide a handle argument, and C++ uses this handle to play the video, so that when C# creates multiple C++ class objects, it can play multiple Windows. How can I implement this if I use QtAV? Does QtAV support this?
Note, this is the actual application scenario encountered. C++ handles the bottom layer and C# serves as the application layer. It's actually quite common for C++ to generate DLLS for other programming languages to develop, and I'd love to see QtAV support that. Hope to receive your reply, thank you!
The text was updated successfully, but these errors were encountered:
I have a practical problem with implementing multi-window playback. At the bottom, I use C++ to generate a DLL from my class and provide it to the calling layer to call in C#. C# only needs to provide a handle argument, and C++ uses this handle to play the video, so that when C# creates multiple C++ class objects, it can play multiple Windows. How can I implement this if I use QtAV? Does QtAV support this?
Note, this is the actual application scenario encountered. C++ handles the bottom layer and C# serves as the application layer. It's actually quite common for C++ to generate DLLS for other programming languages to develop, and I'd love to see QtAV support that. Hope to receive your reply, thank you!
The text was updated successfully, but these errors were encountered: