Gets the media types supported by the MCU type.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
MustOverride 
ReadOnly 
Property 
SupportedMediaTypes 
As 
IEnumerable(
Of 
String)
C#
public 
abstract 
IEnumerable<
string> 
SupportedMediaTypes { 
get; }
Visual C++
public:
virtual 
property 
IEnumerable<
String^>^ 
SupportedMediaTypes {
	
IEnumerable<
String^>^ 
get () 
abstract;
}
JavaScript
function get_
supportedMediaTypes();

See Also