SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Documentation for getDataFlow() has incorrect casing #298

Closed matthijskooijman closed 4 years ago

matthijskooijman commented 4 years ago

The docs say: https://github.com/xjsframework/xjs/blob/9bab38d255e76bd212f01d21863b980d9678300b/src/system/audio.ts#L118-L119

But in practice, I've seen devices return Render and Capture, so with a capitalized initial letter. Maybe these should be class-level constants in any case?

SML-MeSo commented 4 years ago

Yup, rechecked and the returned values, even on the core level, are indeed capitalized, will update.