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.
Содержание 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 ...