MediaTransportAddress Constructors

Definition

Overloads

MediaTransportAddress(IPAddress, Int32, Int32, MediaTransportType)
MediaTransportAddress(IPAddress, Int32, IPAddress, Int32, MediaTransportType)

MediaTransportAddress(IPAddress, Int32, Int32, MediaTransportType)

public:
 MediaTransportAddress(System::Net::IPAddress ^ address, int rtpPort, int rtcpPort, Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportType transportType);
public MediaTransportAddress (System.Net.IPAddress address, int rtpPort, int rtcpPort, Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportType transportType);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportAddress : System.Net.IPAddress * int * int * Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportType -> Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportAddress
Public Sub New (address As IPAddress, rtpPort As Integer, rtcpPort As Integer, transportType As MediaTransportType)

Parameters

address
IPAddress
rtpPort
Int32
rtcpPort
Int32
transportType
MediaTransportType

Applies to

MediaTransportAddress(IPAddress, Int32, IPAddress, Int32, MediaTransportType)

public:
 MediaTransportAddress(System::Net::IPAddress ^ address, int rtpPort, System::Net::IPAddress ^ rtcpAddress, int rtcpPort, Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportType transportType);
public MediaTransportAddress (System.Net.IPAddress address, int rtpPort, System.Net.IPAddress rtcpAddress, int rtcpPort, Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportType transportType);
new Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportAddress : System.Net.IPAddress * int * System.Net.IPAddress * int * Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportType -> Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportAddress
Public Sub New (address As IPAddress, rtpPort As Integer, rtcpAddress As IPAddress, rtcpPort As Integer, transportType As MediaTransportType)

Parameters

address
IPAddress
rtpPort
Int32
rtcpAddress
IPAddress
rtcpPort
Int32
transportType
MediaTransportType

Applies to