32
Windows API Functions
4.3.3
Mpg24Net_ServerStart
This function will start a server. The server will open a network
socket and wait for client connections (unicast), or send stream
data over the network (multicast). If the stream type is unicast, a
server instance has a maximum of 16 concurrent connections.
Syntax
int Mpg24Net_ServerStart(
int hHandle,
short port,
char *ServerIp=””
);
Parameters
hHandle
Specifies the handle of the server instance.
Port
Specifies the port number.
ServerIp
Specifies the IP address, in network order (bytes ordered from left
to right). You can leave it blank for unicast type.
Return Values
See chapter 4.5.
Содержание 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 ...