Thanks for reaching out to us. We left it out intentional for internal reasons but I can see that it is useful for certain tasks.
I'll put it up for internal discussion and we might add it to the API in a later version.
P
Przemek Szalko
said
about 9 years ago
Hello,
I found out that AR.VideoDrawable class is missing isLoaded() method. What is the reason? Is that a bug or a feature? I wanted to check when my video drawable object is ready to be display in order to hide loader image from screen.
My workaround for this method is to define isLoaded() function on my own:
Przemek Szalko