Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
LibVLCSharp
LibVLCSharp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 81
    • Issues 81
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • LibVLCSharpLibVLCSharp
  • Issues
  • #43

Closed
Open
Opened Oct 29, 2018 by Andrei@Andrei

Wrong values in EventArgs

  • LibVLC: 0.0.3
  • LibVLCSharp Forms: 0.0.1
  • VideoLAN.LibVLC.Android: 3.0.0

Media.DurationChanged -> MediaDurationChangedEventArgs.Duration value is always wrong

MediaPlayer.TimeChanged -> MediaPlayerTimeChangedEventArgs.Time value is always wrong (but MediaPlayer.Time is correct)

MediaPlayer.Buffering -> MediaPlayerBufferingEventArgs.Cache is always the same (float -> string: -2.098229E-38: float -> int -> string: -2147483648)

MediaPlayer.LengthChanged -> MediaPlayerLengthChangedEventArgs.Length value is always wrong (but MediaPlayer.Length is correct)

To reproduce issues, please see LibVlcSharpTest repository

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: videolan/LibVLCSharp#43