Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • LibVLCSharp LibVLCSharp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 79
    • Issues 79
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • LibVLCSharpLibVLCSharp
  • Issues
  • #431
Closed
Open
Issue created Jan 26, 2021 by dmsch@dmsch

Avalonia: Unable to set the opacity

Summary

The opacity is not applied.

Minimal project and steps to reproduce

  1. Clone the project
  2. Add Opacity to the VideoView (samples/LibVLCSharp.Avalonia.Sample/Views/MainWindow.xaml)

<vlc:VideoView MediaPlayer="{Binding MediaPlayer}" Opacity="0.5" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />

Environment

  • OS: Ubuntu 20.04.1 LTS x86_64
  • Device: Intel NUC i3 (Intel i3-3217U)
  • LibVLC version and architecture: libvlc5 3.0.9.2-1, VA-API version 1.7.0
  • LibVLCSharp version: 3.x Branch (latest), commit: cb68b0ef
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance