mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Refactor Hyperion JSON-API (#1727)
This commit is contained in:
@@ -128,6 +128,11 @@ bool PriorityMuxer::hasPriority(int priority) const
|
||||
return (priority == PriorityMuxer::LOWEST_PRIORITY) ? true : _activeInputs.contains(priority);
|
||||
}
|
||||
|
||||
PriorityMuxer::InputsMap PriorityMuxer::getInputInfo() const
|
||||
{
|
||||
return _activeInputs;
|
||||
}
|
||||
|
||||
PriorityMuxer::InputInfo PriorityMuxer::getInputInfo(int priority) const
|
||||
{
|
||||
auto elemIt = _activeInputs.constFind(priority);
|
||||
|
Reference in New Issue
Block a user