36
Windows API Functions
4.4
Client functions
4.4.1
Mpg24Net_ClientOpen
This function will open a new client instance. A client instance is a
network client that connects to a server (unicast), or joins a net-
work group (multicast).
Syntax
int Mpg24Net_ClientOpen(
int StreamType = 0
);
Parameters
StreamType
Specifies the type of the network streaming. It could be:
0: Unicast (TCP), point to point communication.
1: Multicast (UDP), group broadcast communication.
Return Values
Handle of client instance if return value is greater than or equal to
0. Or an error code if return value is negative. See chapter 4.5 for
the error code.
Содержание PCI-MPG24
Страница 4: ......
Страница 7: ...List of Tables iii List of Tables Table 2 1 Include Files 4 Table 2 2 Library File 4 ...
Страница 8: ...iv List of Tables ...
Страница 10: ...2 Introduction ...
Страница 17: ...DirectShow Programming 9 ADLink Unicast Receiver ...
Страница 18: ...10 DirectShow Programming ADLink Multicast Sender ...
Страница 20: ...12 DirectShow Programming Unicast Receiver Preview File Save Multicast Sender ...
Страница 36: ...28 DirectShow Programming ...
Страница 51: ...Windows API Functions 43 Return Values See chapter 4 5 ...