Commit 74af9c93 by liulongfei

去除NDI名字

parent d5b75707
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<StackPanel Grid.Row="1" Grid.RowSpan="2"> <StackPanel Grid.Row="1" Grid.RowSpan="2">
<RadioButton Content="裁剪策略" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center" <RadioButton Content="裁剪策略" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
x:Name="rbAlgorithm" Style="{StaticResource RadioButton_Setting}" IsChecked="True"></RadioButton> x:Name="rbAlgorithm" Style="{StaticResource RadioButton_Setting}" IsChecked="True"></RadioButton>
<RadioButton Content="NDI输入" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center" <RadioButton Content="输入源" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
x:Name="rbNDI" Style="{StaticResource RadioButton_Setting}"></RadioButton> x:Name="rbNDI" Style="{StaticResource RadioButton_Setting}"></RadioButton>
</StackPanel> </StackPanel>
......
ID,NDI_NAME,UDP_PORT ID,NDI_NAME,UDP_PORT
1,NDIOutput1,5001 1,Output1,5001
2,NDIOutput2,5002 2,Output2,5002
3,NDIOutput3,5003 3,Output3,5003
4,NDIOutput4,5004 4,Output4,5004
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment