Blazored / Video

The easiest html5 video implementation for Blazor applications
https://blazored.github.io/Video
MIT License
124 stars 28 forks source link

Why just events?! #6

Closed aradalvand closed 3 years ago

aradalvand commented 3 years ago

Hi there! Nice work! I was happy to that such a project exists! Have a question, though, why does the library only provide events?! Why not also provide the equivalent of media methods to set the state of the video? Like Play(), Pause(), etc.? or properties such as PlaybackRate, etc.

Is this planned, maybe? Or am I missing something about the philosophy of the project?