Edited by Rémi at 2018-11-16 01:17 \n\nHello,
I'm contacting you because I'm trying to send commands to the external video player, but I can not find what to do.
I can launch a video with the right configuration (with "NibiruTaskApi.OpenVideoPlayer(path, loop, decode, mode, type2D3D)"), but I would like to hide "controller" (forward, rewind, play/pause ...). I use this function: NibiruTaskApi.VideoPlayerShowORHideController ("false")
but it does not work, maybe I do not call it in the right place or at the right time, but the documentation is not very full and I can not find more information.
I have the same problem with the function "NibiruTaskApi.CloseVideoPlayer ()", I try to close the video player after x seconds, but it does not work. I'm using "NibiruTaskApi.Invoke (" CloseVideoPlayer ", 5)" but it does not work.
I do not understand where the problem may come from.
Thank you in advance for your help! |
|