WalkerKnapp / devolay

A Java binding for the Newtek NDI(tm) SDK.
Apache License 2.0
54 stars 17 forks source link

Add `setTally` method for DevolayReceiver #30

Closed nocarryr closed 1 year ago

nocarryr commented 2 years ago

I implemented NDIlib_recv_set_tally and added the appropriate public methods (at least as best as I could figure out how to).

Tested the build on some NDI devices and it appears to be working properly. Please let me know if there's a different method signature you would rather have (and if the constructor for DevolayTally needs to remain private).

The CI build may fail without the changes in #29 btw

nocarryr commented 1 year ago

@WalkerKnapp I just realized I had the release branch set as the base for this. Just switched it to dev since it seems that's your preferred workflow

WalkerKnapp commented 1 year ago

Thanks for the PR! Sorry for the delay in merging.