SrtReceiverSource for broadcasted stream

Implemented dedicated source, with UI for creation and saving appropriate settings.
Also updated info and imgui visitors accordingly
This commit is contained in:
Bruno Herbelin
2022-01-24 20:18:33 +01:00
parent f5f7d3c154
commit 2ae0ef40d4
24 changed files with 330 additions and 70 deletions

View File

@@ -140,6 +140,7 @@ class Navigator
bool selected_button[NAV_COUNT];
int pattern_type;
bool custom_pipeline;
bool custom_connected;
void clearButtonSelection();
void applyButtonSelection(int index);