-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Setting up volume #9
Comments
Hey @perfectmantis please wait for PR #4 to be merged. This will add a way to alter all properties. |
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.
Closing as pr #4 has now been merged. |
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
Hi,
I was trying to setup volume using several tricks but without luck :( All I want is a slider on my screen which will change the volume of the video, not the slider within the controls. For that, I need something that I can change. For example a variable that I can assign to volume in BlazoredVideo tag.
Please help!
The text was updated successfully, but these errors were encountered: