-
Notifications
You must be signed in to change notification settings - Fork 459
Added Speed Property to mediaelement #1415
Conversation
Seems to work great on Android and iOS at least, thanks for this! Would you be able to add this to the sample app too? Ideally some way to change the new |
@jfversluis I have added the sample in the media element page :) |
One last request: could you rebase it please? Or at least update it with the latest changes? I would do it for you, but I don't have the rights to your branch :) |
Did it :) |
...yToolkit/Xamarin.CommunityToolkit/Views/MediaElement/Android/MediaElementRenderer.android.cs
Outdated
Show resolved
Hide resolved
...yToolkit/Xamarin.CommunityToolkit/Views/MediaElement/Android/MediaElementRenderer.android.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit/Xamarin.CommunityToolkit/Views/MediaElement/MediaElement.shared.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit/Xamarin.CommunityToolkit/Views/MediaElement/MediaElement.shared.cs
Outdated
Show resolved
Hide resolved
…nt/Android/MediaElementRenderer.android.cs Co-authored-by: Andrei <[email protected]>
…nt/Android/MediaElementRenderer.android.cs Co-authored-by: Andrei <[email protected]>
…y property Speed from IMediaElementController
OK, so sorry. One last rebase and then it should merge automatically... 😇 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
OMG... WHY DIDN'T IT DO IT?! |
Is there something that I should do ? |
@AswinPG looks like this branch is out-of-date, can you rebase your branch against develop and push? |
…nt/Android/MediaElementRenderer.android.cs Co-authored-by: Andrei <[email protected]>
…nt/Android/MediaElementRenderer.android.cs Co-authored-by: Andrei <[email protected]>
…y property Speed from IMediaElementController
Head branch was pushed to by a user without write access
4e9b0cd
It's my first time rebasing. I don't really know if I did it right or wrong... |
@AswinPG yeah, something went wrong... We can see based on the number of changed files |
I see... Looks like that you made your changes against our |
@AswinPG looks like everything is ok now, let's how it goes. I'll let @jfversluis take a final look at this since this rebase dismissed his review. |
Thanks @pictos |
1 similar comment
Thanks @pictos |
Thanks @jfversluis :) |
Adding details about the "Speed" property added with xamarin/XamarinCommunityToolkit#1415
Description of Change
Added Speed property for Mediaelement in iOS and Android
Bugs Fixed
API Changes
PR Checklist
approved