Windows API Functions
45
4.4.9
Mpg24Net_ClientStartPreview
This function will start a client preview of a video graph. The client
will open a network socket and establish a connection with the
server (unicast), or it will join a network (multicast).
Syntax
int Mpg24Net_ClientStartPreview(
int hHandle,
char *ServerIp,
short port
);
Parameters
hHandle
Specifies the handle of the client instance.
ServerIp
Specifies the IP addres, in network order (bytes ordered from left
to right). For unicast, the IP address will be the IP address of the
server. For multicast, the IP address is same as the parameter
‘ServerIp’ of Mpg24Net_ServerOpen().
Port
Specifies the port number that is same as the parameter ‘port’ of
Mpg24Net_ServerOpen().
Return Values
See chapter 4.5.
Note:
If MPEG-2 sub type is selected, you must install a third-
party MPEG-2 decoder.
Содержание 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 ...