次の方法で共有


MediaProvider.SupportedMediaTypes Property

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

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

Syntax

'Declaration
Public MustOverride ReadOnly Property SupportedMediaTypes As IEnumerable(Of String)
    Get
'Usage
Dim instance As MediaProvider
Dim value As IEnumerable(Of String)

value = instance.SupportedMediaTypes
public abstract IEnumerable<string> SupportedMediaTypes { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<String>

See Also

Reference

MediaProvider Class

MediaProvider Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace