MediaProvider.SupportedMediaTypes Property

Definition

Gets a list of the supported media names that are acceptable in an m= line in an SDP offer/answer.

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