In This Topic ▼

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. target format
The format to be used for the converted file. This includes the file format, any special settings used by that format, and which audio and/or video codec is to be used for the conversion, and any special settings used by the codecs.

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.
See Also

Reference

Target File Syntax

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia