Ndilibdotnet2

// Your code here

1. Introduction The NDI .NET SDK v2 provides managed C#/VB.NET bindings for NewTek’s high-performance NDI protocol. It allows .NET applications to send, receive, and process video over IP with low latency. ndilibdotnet2

if (!NDIlib.initialize())

var sendSettings = new NDIlib.send_create_t p_ndi_name = "TestSender" ; IntPtr sender = NDIlib.send_create(ref sendSettings); // Your code here 1