enums var type

Issue #26 resolved
Alan Noble created an issue

It would be useful to support an “enums” (plural) var type in addition to “enum” when multiple values are permissible.

For example,

Outputs:“enums:File,Http,Rtmp,Rtp”

means that one or more of the values are acceptable, whereas

Output:“enum:File,Http,Rtmp,Rtp”

means that one (and only one) of the values is acceptable.

Comments (2)

  1. Log in to comment