unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 241 forks source link

Outdated docs and undefined functions #659

Closed 0x80085 closed 9 months ago

0x80085 commented 9 months ago

Issue linked in Docs outdated

Please enter a general description for the issue. Delete sections that are not relevant and provide additional sections if necessary.

Issue Categories

Version Information

Steps to Reproduce

  1. install via nuget latest
  2. try to use MediaInitializing as reffed by #48 comments e.Input["framerate"] = "25"; but the Input prop is undefined
  3. try to use OnMediaOpening from same issue which is mentioned in readme, undefined, no mention of how to do it anywhere else in docs
  4. Media.Source is not a setter, Media.Open is to be awaited

Expected Results