The NET Target Format

The NET 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 A COmpressor combined with a DECompressor, or encoder and a decoder, which allows you to both compress and decompress that same data. is to be used for the conversion, and any special settings used by the codecs.codec is to be used for the conversion, and any special settings used by the codecs., 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 ltmmCapture_TargetFormat_NET as the target format will prepare the toolkit for sending the capture streams over the network. The server IP address is provided as a file name in the ltmmCaptureCtrl.TargetFile property.

With the Convert Object:

Using ltmmConvert_TargetFormat_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 provided as a file name in the ltmmConvertCtrl.TargetFile property.

For more information, refer to LEAD Network Sink, and LEAD Network Multiplexer.