Aufnahme-Feature entfernt - libVLC sout-duplicate Hall-Problem nicht loesbar

This commit is contained in:
dimedtec 2026-05-21 23:37:44 +02:00
parent 282e5c3f5a
commit 84203db798
3 changed files with 1 additions and 115 deletions

View file

@ -381,9 +381,6 @@
<Slider x:Name="SldVolume" Width="100" Minimum="0" Maximum="100" Value="80"
VerticalAlignment="Center" Margin="8,0"
ValueChanged="SldVolume_ValueChanged"/>
<Button x:Name="BtnRecord" Content="⏺" FontSize="16" Width="40" Height="40"
Background="Transparent" Foreground="#888" BorderThickness="0"
Click="BtnRecord_Click" Cursor="Hand" ToolTip="Aufnahme starten"/>
<Button x:Name="BtnFullscreen" Content="⛶" FontSize="16" Width="40" Height="40"
Background="Transparent" Foreground="White" BorderThickness="0"
Click="BtnFullscreen_Click" Cursor="Hand" ToolTip="Vollbild (F11)"/>