AudioVideoProviderHelper.TryQueryActiveChannelMediaTypes 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.
Overloads
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
- sdpContent
- SdpContentDescription
- 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