-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control Video From code #17
Labels
Comments
zandiarash
added
Feature Request
Request to add a new feature
Triage
Issue needs to be triaged
labels
May 26, 2022
@zandiarash should be done when PR #4 is merged |
SQL-MisterMagoo
added
Feature
New feature that will be added to the project
and removed
Triage
Issue needs to be triaged
labels
Dec 28, 2022
SQL-MisterMagoo
added a commit
that referenced
this issue
Jan 2, 2023
* Bump dotnet version to 6.0 as 3.x and 5.x are now out of support. * Add standard Methods and Properties (big thanks to https://github.com/JPVenson) and Async versions (for Server/WASM). (Issues #17 #9) * Include video element id ("Id") and component object ref ("Video") in VideoState and VideoEventData (Issue #19) for identifying which component triggered an event. * Updated Samples
Merged
SQL-MisterMagoo
added a commit
that referenced
this issue
Jan 2, 2023
2023-01-02 - Bump dotnet version to 6.0 as 3.x and 5.x are now out of support. - Add standard Methods and Properties (big thanks to https://github.com/JPVenson) and Async versions (for Server/WASM). (Issues #17 #9) - Include video element id ("Id") and component object ref ("Video") in VideoState and VideoEventData (Issue #19) for identifying which component triggered an event.
SQL-MisterMagoo
added a commit
that referenced
this issue
Jan 3, 2023
* Bump dotnet version to 6.0 as 3.x and 5.x are now out of support. * Add standard Methods and Properties (big thanks to https://github.com/JPVenson) and Async versions (for Server/WASM). (Issues #17 #9) * Include video element id ("Id") and component object ref ("Video") in VideoState and VideoEventData (Issue #19) for identifying which component triggered an event. * Updated Samples
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Please add some features to control Video From code
Actually I want to control VideoState
for instance :
videoState.CurrentTime = 31.942247;
But first I wanna ask if this project is dead or not !?
The text was updated successfully, but these errors were encountered: