Add video pausing option on VideoView
I added a video pausing option on VideoView to facilitate complex animation synchronization on the client side.
Hi, thanks for your contribution. I think I put isEnabled for this purpose of pausing rendering. Doesn't it work well for you ?
Instead of adding more properties, it would be great if you can optimize the logic of existing isEnabled property.
Hi, thank you for the response. I tried to use isEnabled but when it's false the VideoView becomes transparent instead of pausing on the last frame.
If it's ok for you I can move the pausing logic I wrote to isEnabled to stop the VideoView on the last frame when it's false and to continue the rendering when it's true.
Hi, thank you for the response. I tried to use
isEnabledbut when it'sfalsetheVideoViewbecomes transparent instead of pausing on the last frame. If it's ok for you I can move the pausing logic I wrote toisEnabledto stop theVideoViewon the last frame when it'sfalseand to continue the rendering when it'strue.
Hi, @hiroshihorie, what do you think?
@VatamanuBogdan let's try to unblock/update this PR, isEnabled + stop sounds fine 👍