Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Remoting4 animation command

All other topics about Ventuz Director here.
Post Reply
mofo7777

Remoting4 animation command

Post by mofo7777 » 13 Mar 2014, 17:09

Hello.

http://www.ventuz.com/support/help/late ... tocol.html
The remote caller can send animation control commands as a string. The server will send a response to the set command with the current status. To query the current status without issuing a new command a null-string (N) has to be send
I tried to use this command. In the DataItemChanged callback, i receive the command, but Value from DataItemChangedEventArgs is always null. I don't get the state of the animation.

Code: Select all

Cluster.DataItem(AnimationIID, AnimationName, null, null, null);

mofo7777

Re: Remoting4 animation command

Post by mofo7777 » 13 Mar 2014, 17:23

Arf.
Reading the current animation status as well async animation status changes notification is not implemented yet!

Post Reply