Aufnahme: Start/Stop Button, libVLC sout in Videos\HomeStream, REC-Badge

This commit is contained in:
dimedtec 2026-05-21 22:47:51 +02:00
parent b9b5d1c923
commit b0e9e1022f
3 changed files with 95 additions and 0 deletions

View file

@ -381,6 +381,9 @@
<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)"/>