McuSession.SupportedMediaTypes Property

Definition

Gets the media types supported by the MCU type.

public:
 abstract property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedMediaTypes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<string> SupportedMediaTypes { get; }
member this.SupportedMediaTypes : seq<string>
Public MustOverride ReadOnly Property SupportedMediaTypes As IEnumerable(Of String)

Property Value

IEnumerable<String>

Applies to