Val
New Contributor
5 years agoEncapsulating HLS streams
Hi all,
As I am working with multiple input streams, I'd like to encapsulate them within a class/function, etc
The HLS Reference doc clearly specify not to inherit Stream or wrap them into structures or array, but says accessing them by reference is possible.
However, I keep getting the following error when I try to read or write from a reference to a stream
Cannot resolve stream parameters. Streams should be accessed with a non-aggregate global object or component parameter passed by referenceAny idea why?
Thanks,
Best,
Val