The Stream
class has a confusing behaviour which proxies:
- both codec context and codec properties for read access
- only codec context properties for write access
Start simplifying things by completely removing access to codec properties.
The Stream
class has a confusing behaviour which proxies:
Start simplifying things by completely removing access to codec properties.