decentraland / sdk-issues

issues, features requests and discussions related to sdk.
4 stars 4 forks source link

[Feature Request] Get more state information from the VideoTexture|AudioClip #8

Open wacaine opened 3 years ago

wacaine commented 3 years ago

I want to know about the state of the video and audio playing.

1) detect video/sound is buffering or actually playing 2) detect end of video/sound when loop == false (state of playing change to false? but how do i know its not just paused) 3) how do I know video/sound length? seek is great but how do I know where I can seek to without length 5) Can I get the time position where in the video/source it is currently at? second 1, 10,20?