Edit

Share via


AudioVideoProviderHelper.TryQueryActiveChannelMediaTypes Method

Definition

Overloads

TryQueryActiveChannelMediaTypes(InternalAudioVideoFlowFlags, SdpContentDescription, ActiveMediaChannelTypes)
TryQueryActiveChannelMediaTypes(InternalAudioVideoFlowFlags, SipRequestData, ActiveMediaChannelTypes)

TryQueryActiveChannelMediaTypes(InternalAudioVideoFlowFlags, SdpContentDescription, ActiveMediaChannelTypes)

public:
 static bool TryQueryActiveChannelMediaTypes(Microsoft::Rtc::Internal::Collaboration::AudioVideo::InternalAudioVideoFlowFlags flags, Microsoft::Rtc::Collaboration::SdpContentDescription ^ sdpContent, [Runtime::InteropServices::Out] Microsoft::Rtc::Internal::Collaboration::AudioVideo::ActiveMediaChannelTypes ^ % mediaChannelTypes);
public static bool TryQueryActiveChannelMediaTypes (Microsoft.Rtc.Internal.Collaboration.AudioVideo.InternalAudioVideoFlowFlags flags, Microsoft.Rtc.Collaboration.SdpContentDescription sdpContent, out Microsoft.Rtc.Internal.Collaboration.AudioVideo.ActiveMediaChannelTypes mediaChannelTypes);
static member TryQueryActiveChannelMediaTypes : Microsoft.Rtc.Internal.Collaboration.AudioVideo.InternalAudioVideoFlowFlags * Microsoft.Rtc.Collaboration.SdpContentDescription *  -> bool
Public Function TryQueryActiveChannelMediaTypes (flags As InternalAudioVideoFlowFlags, sdpContent As SdpContentDescription, ByRef mediaChannelTypes As ActiveMediaChannelTypes) As Boolean

Parameters

mediaChannelTypes
ActiveMediaChannelTypes

Returns

Applies to

TryQueryActiveChannelMediaTypes(InternalAudioVideoFlowFlags, SipRequestData, ActiveMediaChannelTypes)

public:
 static bool TryQueryActiveChannelMediaTypes(Microsoft::Rtc::Internal::Collaboration::AudioVideo::InternalAudioVideoFlowFlags flags, Microsoft::Rtc::Signaling::SipRequestData ^ requestData, [Runtime::InteropServices::Out] Microsoft::Rtc::Internal::Collaboration::AudioVideo::ActiveMediaChannelTypes ^ % mediaChannelTypes);
public static bool TryQueryActiveChannelMediaTypes (Microsoft.Rtc.Internal.Collaboration.AudioVideo.InternalAudioVideoFlowFlags flags, Microsoft.Rtc.Signaling.SipRequestData requestData, out Microsoft.Rtc.Internal.Collaboration.AudioVideo.ActiveMediaChannelTypes mediaChannelTypes);
static member TryQueryActiveChannelMediaTypes : Microsoft.Rtc.Internal.Collaboration.AudioVideo.InternalAudioVideoFlowFlags * Microsoft.Rtc.Signaling.SipRequestData *  -> bool
Public Function TryQueryActiveChannelMediaTypes (flags As InternalAudioVideoFlowFlags, requestData As SipRequestData, ByRef mediaChannelTypes As ActiveMediaChannelTypes) As Boolean

Parameters

requestData
SipRequestData
mediaChannelTypes
ActiveMediaChannelTypes

Returns

Applies to