Selemba1000 / JavaMediaTransportControls

JMTC is a lightweight Java Library that integrates with the operating systems Media Transport capabilities
MIT License
9 stars 1 forks source link

SMTCAdapter.dll source code #1

Closed toasterofbread closed 7 months ago

toasterofbread commented 7 months ago

I'd like to use this library in my project, but the lack of (unless I'm missing it) source code for the SMTCAdapter.dll files is giving me pause.

Would you be able to make it available, or point me to the source, so that I can compile them myself? Thanks.

Selemba1000 commented 7 months ago

Give me another week or so. I still need to do some cleanup and scripting. But source will be coming.

Selemba1000 commented 7 months ago

Source is published in commit 73d55ee. I hope this helps.

toasterofbread commented 7 months ago

Thanks!

Selemba1000 commented 7 months ago

The library is now available via Maven Central if you want to include it in your project more easily.

toasterofbread commented 6 months ago

I used the C++ code from this project as part of the Windows implementation in my Kotlin library. Thanks again!