30
Windows API Functions
4.3
Server functions
4.3.1
Mpg24Net_ServerOpen
This function will open a new server instance. A server instance is
a network server that waits for client connections (unicast), or
sends stream data to the same network group of receivers (multi-
cast).
Syntax
int Mpg24Net_ServerOpen(
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 server 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.
Summary of Contents for PCI-MPG24
Page 4: ......
Page 7: ...List of Tables iii List of Tables Table 2 1 Include Files 4 Table 2 2 Library File 4 ...
Page 8: ...iv List of Tables ...
Page 10: ...2 Introduction ...
Page 17: ...DirectShow Programming 9 ADLink Unicast Receiver ...
Page 18: ...10 DirectShow Programming ADLink Multicast Sender ...
Page 20: ...12 DirectShow Programming Unicast Receiver Preview File Save Multicast Sender ...
Page 36: ...28 DirectShow Programming ...
Page 51: ...Windows API Functions 43 Return Values See chapter 4 5 ...