SdpMediaDescription.CreateMediaTransportInfo(MediaTransportAddress, SdpNegotiatorSettings, RtcpMultiplexingMode, SdpDiagnosticsCode, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportInfo ^ CreateMediaTransportInfo(Microsoft::Rtc::Internal::Collaboration::Media::MediaTransportAddress ^ defaultAddress, Microsoft::Rtc::Internal::Collaboration::Media::SdpNegotiatorSettings ^ settings, Microsoft::Rtc::Internal::Collaboration::Media::RtcpMultiplexingMode localMultiplexingMode, [Runtime::InteropServices::Out] Microsoft::Rtc::Internal::Collaboration::Media::SdpDiagnosticsCode % diagnosticsCode, [Runtime::InteropServices::Out] bool % peerSupportsIPv6);
public virtual Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportInfo CreateMediaTransportInfo (Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportAddress defaultAddress, Microsoft.Rtc.Internal.Collaboration.Media.SdpNegotiatorSettings settings, Microsoft.Rtc.Internal.Collaboration.Media.RtcpMultiplexingMode localMultiplexingMode, out Microsoft.Rtc.Internal.Collaboration.Media.SdpDiagnosticsCode diagnosticsCode, out bool peerSupportsIPv6);
abstract member CreateMediaTransportInfo : Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportAddress * Microsoft.Rtc.Internal.Collaboration.Media.SdpNegotiatorSettings * Microsoft.Rtc.Internal.Collaboration.Media.RtcpMultiplexingMode * * -> Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportInfo
override this.CreateMediaTransportInfo : Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportAddress * Microsoft.Rtc.Internal.Collaboration.Media.SdpNegotiatorSettings * Microsoft.Rtc.Internal.Collaboration.Media.RtcpMultiplexingMode * * -> Microsoft.Rtc.Internal.Collaboration.Media.MediaTransportInfo
Public Overridable Function CreateMediaTransportInfo (defaultAddress As MediaTransportAddress, settings As SdpNegotiatorSettings, localMultiplexingMode As RtcpMultiplexingMode, ByRef diagnosticsCode As SdpDiagnosticsCode, ByRef peerSupportsIPv6 As Boolean) As MediaTransportInfo
Parameters
- defaultAddress
- MediaTransportAddress
- settings
- SdpNegotiatorSettings
- localMultiplexingMode
- RtcpMultiplexingMode
- diagnosticsCode
- SdpDiagnosticsCode
- peerSupportsIPv6
- Boolean