add_multicast_client_address
Description:
[ Version ( since = "1.16" ) ]
public bool add_multicast_client_address (string destination, uint rtp_port, uint rtcp_port, SocketFamily family)
public bool add_multicast_client_address (string destination, uint rtp_port, uint rtcp_port, SocketFamily family)
Add multicast client address to stream.
At this point, the sockets that will stream RTP and RTCP data to destination are supposed to be allocated.
Parameters:
| this |
a Stream |
| destination |
a multicast address to add |
| rtp_port |
RTP port |
| rtcp_port |
RTCP port |
| family |
socket family |
Returns:
|
true if |