| 609 | } |
| 610 | |
| 611 | bool HyperHdrInstance::hasPriority(int priority) |
| 612 | { |
| 613 | return _muxer->hasPriority(priority); |
| 614 | } |
| 615 | |
| 616 | hyperhdr::Components HyperHdrInstance::getComponentForPriority(int priority) |
| 617 | { |
no outgoing calls
no test coverage detected