-
Notifications
You must be signed in to change notification settings - Fork 2
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
Idle thoughts on mapping Receiver Capabilities to Query API RQL #16
Comments
|
With the RQL operator
|
A more complete example query on audio Senders (and their linked Flows and Sources):
Similarly here, I've taken the liberty of mapping the parameter constraints of a single constraint set into the top-level |
Dealing with target parameters that have default values requires a little work, but using
|
Thanks @garethsb perhaps this info would be suitable for a future BCP on use of RQL in NMOS? See also AMWA-TV/is-04#158 (search for 'RQL' as it's a huge conversation) |
Yes, precisely. 👍 |
For example:
I've taken the liberty of mapping some
enum
constraints with a single value toeq
, while leaving some usingin
. They're equivalent, the former is a slight optimization, that's all.The text was updated successfully, but these errors were encountered: