LEADTOOLS Multimedia Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
The NET Target Format
The NET Target Format, supported by both Capture and Convert objects, enables you to establish a server capable of sending multimedia data over a TCP/IP network with just few lines of code.

With the Capture Object:

Using Leadtools.Multimedia.TargetFormatType.Net as the target format will prepare the toolkit for sending the capture streams over the network. The server IP address is set via the TargetFile property, using an URI string with the 'ltsf://' prefix.

With the Convert Object:

Using Leadtools.Multimedia.TargetFormatType.Net as the target format will prepare the toolkit for sending the streams in the source file over the network. The server IP address is set via the TargetFile property, using an URI string with the 'ltsf://' prefix. For more information about the TargetFile syntax when using the NET target format, refer to Target File Syntax. For more information, refer to LEAD Network Sink , and LEAD Network Multiplexer.