Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The problem with playing multiple screens #1416

Open
Mangomm opened this issue Sep 19, 2022 · 0 comments
Open

The problem with playing multiple screens #1416

Mangomm opened this issue Sep 19, 2022 · 0 comments

Comments

@Mangomm
Copy link

Mangomm commented Sep 19, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant