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 78
    • Issues 78
    • 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
  • #386
Closed
Open
Issue created Aug 08, 2020 by Tim Gels@timgels

Mute property not being set to true in UWP.

Summary

When setting the Mediaplayer Mute property to true it mutes the audio. But the Mute property is not getting set to true. Because of this I can not check the mute state of the audio reliably. The ToggleMute() method also seems to be affected.

Minimal project and steps to reproduce

I have created a minimal repro that reproduces the bug. To reproduce the bug, just use the button.

What is the current bug behavior?

When setting the Mute property to true, like: MediaPlayer.Mute = true;. The audio gets muted. But the property Mute does not get set to true.

What is the expected correct behavior?

The Mute property gets set to true when using MediaPlayer.Mute = true;.

Does it work on other plaforms? Does it work with the official VLC apps?

Yes, I have tested it with VideoLAN.LibVLC.Windows and it works.

See Repro.

Relevant logs and/or screenshots

N/A

Environment

  • OS: Windows 10

  • Version 1903

  • Device: Laptop

  • LibVLC version and architecture: LibVLC.UWP 3.3.0, x86 and x64

  • LibVLCSharp version 3.4.6

Possible fixes

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