Edit

Share via


MediaBasedFactory.MediaTypes Property

Definition

Gets the media types supported by this factory.

public:
 abstract property System::Collections::ObjectModel::Collection<System::String ^> ^ MediaTypes { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public abstract System.Collections.ObjectModel.Collection<string> MediaTypes { get; }
member this.MediaTypes : System.Collections.ObjectModel.Collection<string>
Public MustOverride ReadOnly Property MediaTypes As Collection(Of String)

Property Value

Remarks

Media types supported by CallFactory derivatives should be case-sensitive and inline with the corresponding SDP representation.

Applies to