C# svt.caspar.dll

Hi,

I’m using svt.caspar.dll version 1.0.0 and I have one little question, this is sample code from FIFA World Cup

“caspar_.Channels[Properties.Settings.Default.CasparChannel].CG.Update(Properties.Settings.Default.GraphicsLayerClock, cgData);
System.Diagnostics.Debug.WriteLine(“Update”);
System.Diagnostics.Debug.WriteLine(Properties.Settings.Default.GraphicsLayerClock);
System.Diagnostics.Debug.WriteLine(cgData.ToXml());”

and my question is how to set a channel layer, because this code produce for example CG 1 UPDATE 1.

Maybe is newest version this library, but i can’t find it.
I will be very thankful for any tip how this problem resolve or link to newset library based on version 1.0.0.

Cheers

if you put three arguments with update function first one will be video layer number. And that will produce cg 1-1 update 1

Hi this solution not working, but i’m solve problem using Caspar.Core.Device.dll.

Thanks for help

Have nice day