Aufnahme: Start/Stop Button, libVLC sout in Videos\HomeStream, REC-Badge
This commit is contained in:
parent
b9b5d1c923
commit
b0e9e1022f
3 changed files with 95 additions and 0 deletions
|
|
@ -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)"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue